立库监控
This commit is contained in:
@@ -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"))) {
|
||||
// 空位
|
||||
|
||||
Reference in New Issue
Block a user