|
@@ -214,7 +214,7 @@ public class PubInquiryServiceImpl implements PubInquiryService {
|
|
|
item.setStatus((short) Status.NOT_REPLY.value());
|
|
item.setStatus((short) Status.NOT_REPLY.value());
|
|
|
item.setVendUU(enuu);
|
|
item.setVendUU(enuu);
|
|
|
item.setVendUserUU(useruu);
|
|
item.setVendUserUU(useruu);
|
|
|
- item.setSourceApp(purcInquiryItem.getSource());
|
|
|
|
|
|
|
+ item.setSource(purcInquiryItem.getSource());
|
|
|
item.setCustLap(Constant.NO);
|
|
item.setCustLap(Constant.NO);
|
|
|
item.setSendStatus((short) Status.NOT_UPLOAD.value());
|
|
item.setSendStatus((short) Status.NOT_UPLOAD.value());
|
|
|
item.setSourceId(id);
|
|
item.setSourceId(id);
|
|
@@ -268,7 +268,7 @@ public class PubInquiryServiceImpl implements PubInquiryService {
|
|
|
item.setProductId(purcInquiryItem.getProductId());
|
|
item.setProductId(purcInquiryItem.getProductId());
|
|
|
item.setVendUU(SystemSession.getUser().getEnterprise().getUu());
|
|
item.setVendUU(SystemSession.getUser().getEnterprise().getUu());
|
|
|
item.setVendUserUU(SystemSession.getUser().getUserUU());
|
|
item.setVendUserUU(SystemSession.getUser().getUserUU());
|
|
|
- item.setSourceApp(purcInquiryItem.getSource());
|
|
|
|
|
|
|
+ item.setSource(purcInquiryItem.getSource());
|
|
|
item.setStatus((short) Status.NOT_REPLY.value());
|
|
item.setStatus((short) Status.NOT_REPLY.value());
|
|
|
item.setCustLap(Constant.NO);
|
|
item.setCustLap(Constant.NO);
|
|
|
item.setSendStatus((short) Status.NOT_UPLOAD.value());
|
|
item.setSendStatus((short) Status.NOT_UPLOAD.value());
|