mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
工序加工Bug修改
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ public class ProcessStepStatus {
|
||||
private Boolean processStepItemStatus;
|
||||
|
||||
// 工序步骤表的类型
|
||||
private Long type;
|
||||
private Integer type;
|
||||
|
||||
// 柜体id
|
||||
private List<Long> bodyId;
|
||||
|
||||
+1
-1
@@ -71,7 +71,7 @@ public class ProductionProcessServiceImpl implements ProductionProcessService {
|
||||
@Override
|
||||
public PageResult<ProcessRespVO> getProcessPage(ProcessPageReqVO pageReqVO) {
|
||||
|
||||
|
||||
// 模糊搜索添加条件
|
||||
pageReqVO.setCustomer(insertSeparator(pageReqVO.getCustomer()));
|
||||
pageReqVO.setCustomOrderNo(insertSeparator(pageReqVO.getCustomOrderNo()));
|
||||
pageReqVO.setAddress(insertSeparator(pageReqVO.getAddress()));
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
o.custom_order_no as customOrderNo,
|
||||
o.customer as customer,
|
||||
o.address as address,
|
||||
ops.status as processStatus,
|
||||
opsi.status as processStatus,
|
||||
opsi.name as name,
|
||||
ops.Name as processName,
|
||||
ops.manager as manager,
|
||||
|
||||
Reference in New Issue
Block a user