Browse Source

转储保存调用出入库接口添加参数

fanxw 5 years ago
parent
commit
39c0c20dfe

+ 2 - 1
src/main/java/com/chinaitop/depot/storage/controller/StorageDumpController.java

@@ -188,7 +188,8 @@ public class StorageDumpController {
188 188
 				parameters[6] = storageDump.getyLsxz() + "";
189 189
 				parameters[7] = storageDump.getClsl() + "";
190 190
 				parameters[8] = storageDump.getApprovalNo() + "";
191
-				parameters[9] = 1 + ""; //1:新增;2:修改;3:删除
191
+				parameters[9] = "转储性质变动";
192
+				parameters[10] = 1 + ""; //1:新增;2:修改;3:删除
192 193
 				crk_adr = crk_ip+url;
193 194
 				String str = createKC.createKC("ChangeGrainAttribute", crk_adr, parameters);
194 195
 				/* *****end******/