浏览代码

bug修复

hu 3 月之前
父节点
当前提交
b56efc0361

+ 1 - 0
src/custom/restcontroller/webmanage/sale/toolscode/SQL/商品序列号档案详情查询.sql

@@ -5,6 +5,7 @@ SELECT
 	t1.mono,
 	t1.isused,
 	t1.itemid,
+    t1.sa_agentsid,
 	t2.itemno,
 	t2.itemname,
 	t2.spec,

+ 1 - 0
src/custom/restcontroller/webmanage/sale/toolscode/toolscode.java

@@ -260,6 +260,7 @@ public class toolscode extends Controller {
 
                         insertSQL.setValue("stockid", oldstockid);
                         insertSQL.setValue("stockidnew", newstockid);
+                        insertSQL.setValue("changenotes", "");
                         if(newitemid!=0){
                             insertSQL.setValue("changenotes", content.getStringValue("changenotes"));
                         }