|
|
@@ -139,6 +139,9 @@ public class ProdInOutServiceImpl extends CommonBaseServiceImpl<ProdInOutMapper,
|
|
|
detail.setPd_piid(pi_id);
|
|
|
detail.setPd_inoutno(pi_inoutno);
|
|
|
detail.setPd_piclass(prodInOut.getPi_class());
|
|
|
+ detail.setCompanyId(companyId);
|
|
|
+ detail.setCreateTime(new Date());
|
|
|
+ detail.setPd_yqty(0.0);
|
|
|
if (StringUtils.isEmpty(detail.getId()) || "0".equals(detail.getId().toString())) {
|
|
|
insertDetails.add(detail);
|
|
|
} else {
|