|
|
@ -101,6 +101,7 @@ public class IssureNotifyServiceImpl implements IssureNotifyService { |
|
|
data.setOutWorkOrderFlag(data.getOutWorkOrderFlag()); |
|
|
data.setOutWorkOrderFlag(data.getOutWorkOrderFlag()); |
|
|
data.setProjectId(""); |
|
|
data.setProjectId(""); |
|
|
data.setOrderType(data.getOrderType()); |
|
|
data.setOrderType(data.getOrderType()); |
|
|
|
|
|
data.setPushWcsFlag("N"); |
|
|
issureNotifyMapper.insert(data); |
|
|
issureNotifyMapper.insert(data); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|