|
@@ -1910,6 +1910,18 @@ public class ApsBlankOrderServiceImpl extends ServiceImpl<ApsBlankOrderDao, ApsB
|
|
|
for (ApsProcessOutputProductDo apsProcessOutputProductDo : apsProcessOutputProductDoList) {
|
|
|
apsProcessOutputProductDo.setBlankid(apsBlankOrderDo.getId());
|
|
|
apsProcessOutputProductDo.setTenantid(tenantId);
|
|
|
+ if (ObjectUtil.isEmpty(apsProcessOutputProductDo.getChangeproducttype())) {
|
|
|
+ apsProcessOutputProductDo.setChangeproducttype("");
|
|
|
+ }
|
|
|
+ if (ObjectUtil.isEmpty(apsProcessOutputProductDo.getChangeproducttypeid())) {
|
|
|
+ apsProcessOutputProductDo.setChangeproducttypeid("");
|
|
|
+ }
|
|
|
+ if (ObjectUtil.isEmpty(apsProcessOutputProductDo.getChangealloy())) {
|
|
|
+ apsProcessOutputProductDo.setChangealloy("");
|
|
|
+ }
|
|
|
+ if (ObjectUtil.isEmpty(apsProcessOutputProductDo.getChangealloystatus())) {
|
|
|
+ apsProcessOutputProductDo.setChangealloystatus("");
|
|
|
+ }
|
|
|
}
|
|
|
if (ObjectUtil.isNotEmpty(apsProcessOutputProductDoList)) {
|
|
|
apsProcessOutputProductService.saveOrUpdateBatch(apsProcessOutputProductDoList);
|