|
|
@@ -156,14 +156,14 @@ public class ProductAttachServiceImpl implements ProductAttachService {
|
|
|
*/
|
|
|
private ProductAttachSubmit completeReturnSubmit(ProductAttachSubmit submit) {
|
|
|
if (submit.getAuditEnuu() != null) {
|
|
|
- EnterpriseBaseInfo enterpriseBaseInfo = enterpriseBaseInfoDao.findOne(submit.getSubmitEnuu());
|
|
|
+ EnterpriseBaseInfo enterpriseBaseInfo = enterpriseBaseInfoDao.findOne(submit.getAuditEnuu());
|
|
|
if (enterpriseBaseInfo != null) {
|
|
|
submit.setAuditEn(enterpriseBaseInfo);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
if (submit.getAuditUu() != null) {
|
|
|
- UserBaseInfo userBaseInfo = userBaseInfoDao.findUserByUserUU(submit.getSubmitUu());
|
|
|
+ UserBaseInfo userBaseInfo = userBaseInfoDao.findUserByUserUU(submit.getAuditUu());
|
|
|
if (userBaseInfo != null) {
|
|
|
submit.setAuditer(userBaseInfo);
|
|
|
}
|