更新代码

This commit is contained in:
lyd
2022-11-02 17:41:32 +08:00
parent 0be1b8b7dc
commit a83911463d

View File

@@ -79,6 +79,8 @@ public class KilnServiceImpl implements KilnService {
// 删除组盘
if (ObjectUtil.isNotEmpty(vehicleGroupObj))
vehicleGroupTab.delete(vehicleGroupObj);
// 删除仓位库存
structIvtTab.delete("struct_id = '" + jsonObject.getString("struct_id") + "'");
} else {
if (ObjectUtil.isEmpty(stockrecordId)) { // 仓位库存id为空就插入
JSONObject structIvt = new JSONObject();