更新代码
This commit is contained in:
@@ -79,6 +79,8 @@ public class KilnServiceImpl implements KilnService {
|
|||||||
// 删除组盘
|
// 删除组盘
|
||||||
if (ObjectUtil.isNotEmpty(vehicleGroupObj))
|
if (ObjectUtil.isNotEmpty(vehicleGroupObj))
|
||||||
vehicleGroupTab.delete(vehicleGroupObj);
|
vehicleGroupTab.delete(vehicleGroupObj);
|
||||||
|
// 删除仓位库存
|
||||||
|
structIvtTab.delete("struct_id = '" + jsonObject.getString("struct_id") + "'");
|
||||||
} else {
|
} else {
|
||||||
if (ObjectUtil.isEmpty(stockrecordId)) { // 仓位库存id为空,就插入
|
if (ObjectUtil.isEmpty(stockrecordId)) { // 仓位库存id为空,就插入
|
||||||
JSONObject structIvt = new JSONObject();
|
JSONObject structIvt = new JSONObject();
|
||||||
|
|||||||
Reference in New Issue
Block a user