@@ -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;