Browse Source

信扬存储过程更新

hejq 8 years ago
parent
commit
cdec6bb869
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/database/template/deputyOrder.xml

+ 1 - 0
src/main/resources/database/template/deputyOrder.xml

@@ -29,6 +29,7 @@
                     select * into v_vendor from vendor where ve_name=${order.tervendor};
                     v_vecode := v_vendor.ve_code;
                 end if;
+                end;
                 begin
                 select * into v_sale from sale where sa_code=${order.salecode};
                 exception when no_data_found then null;