立库监控

This commit is contained in:
2023-04-14 08:56:02 +08:00
parent 9479217e13
commit 88cc6a56e7
9 changed files with 286 additions and 13 deletions

View File

@@ -268,8 +268,8 @@ public class StructattrServiceImpl implements StructattrService {
JSONObject strInfo = attrTab
.query("struct_id = '" + struct_id + "'")
.uniqueResult(0);
if (strInfo.getString("is_delete").equals("1")) {
// 被删掉
if (strInfo.getString("is_used").equals("0")) {
// 被禁用
struct_status = 4;
} else if (ObjectUtil.isEmpty(strInfo.getString("storagevehicle_code"))) {
// 空位