fix: 修复
This commit is contained in:
@@ -105,9 +105,6 @@ public class MaterialbaseServiceImpl implements MaterialbaseService {
|
||||
dto.setCreate_id(currentUserId);
|
||||
dto.setCreate_name(nickName);
|
||||
dto.setUpdate_optid(currentUserId);
|
||||
dto.setUpdate_optname(nickName);
|
||||
dto.setUpdate_time(now);
|
||||
dto.setCreate_time(now);
|
||||
JSONObject json = JSONObject.parseObject(JSON.toJSONString(dto));
|
||||
wo.insert(json);
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
AND ve.is_delete = '0'
|
||||
)
|
||||
WHERE
|
||||
point.region_code = 'CPHJ'
|
||||
point.region_code = 'BCPHJ'
|
||||
ORDER BY
|
||||
point.create_time DESC
|
||||
ENDSELECT
|
||||
|
||||
@@ -18,7 +18,7 @@ public enum Region {
|
||||
HL("混料区", "HL"),
|
||||
KLHJ("困料货架", "KLHJ"),
|
||||
YZ("压制区", "YZ"),
|
||||
CPHJ("成品货架", "CPHJ"),
|
||||
BCPHJ("半成品货架", "BCPHJ"),
|
||||
SZ("烧制区", "SZ"),
|
||||
FJ("分拣区", "FJ"),
|
||||
BTHC("半托缓存区", "BTHC"),
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
WHERE
|
||||
point.is_used = '1'
|
||||
AND point.lock_type = '1'
|
||||
AND point.region_code = 'CPHJ'
|
||||
AND point.region_code = 'BCPHJ'
|
||||
AND point.point_status = '1'
|
||||
AND point.vehicle_type = '2'
|
||||
AND vd.is_delete = '0'
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
WHERE
|
||||
point.is_used = '1'
|
||||
AND point.lock_type = '1'
|
||||
AND point.region_code = 'CPHJ'
|
||||
AND point.region_code = 'BCPHJ'
|
||||
AND point.point_status = '1'
|
||||
AND point.vehicle_type = '2'
|
||||
AND vd.is_fire = '0'
|
||||
@@ -92,7 +92,7 @@
|
||||
WHERE
|
||||
point.is_used = '1'
|
||||
AND point.lock_type = '1'
|
||||
AND point.region_code = 'CPHJ'
|
||||
AND point.region_code = 'BCPHJ'
|
||||
AND point.point_status = '1'
|
||||
AND point.vehicle_type = '2'
|
||||
AND vd.is_fire = '1'
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
WHERE
|
||||
is_used = '1'
|
||||
AND lock_type = '1'
|
||||
AND region_code = 'CPHJ'
|
||||
AND region_code = 'BCPHJ'
|
||||
AND point_type = '1'
|
||||
AND point_status = '0'
|
||||
ENDSELECT
|
||||
|
||||
Reference in New Issue
Block a user