Просмотр исходного кода

商机下载轮询,修改xml模板

will.chen 7 лет назад
Родитель
Сommit
20bd4142a3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/database/template/inquiryEnRemind.xml

+ 1 - 1
src/main/resources/database/template/inquiryEnRemind.xml

@@ -25,7 +25,7 @@
                 --客户编号
                 select count(*) into v_tmpCount from customer where cu_uu= ${detail.enUU};
                 if v_tmpCount > 0 then
-                select cu_code into v_cu_code from customer where cu_uu= 10043516;
+                select cu_code into v_cu_code from customer where cu_uu= ${detail.enUU};
                 else
                 v_cu_code := null;
                 end if;