Explorar o código

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

will.chen %!s(int64=7) %!d(string=hai) anos
pai
achega
20bd4142a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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};
                 select count(*) into v_tmpCount from customer where cu_uu= ${detail.enUU};
                 if v_tmpCount > 0 then
                 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
                 else
                 v_cu_code := null;
                 v_cu_code := null;
                 end if;
                 end if;