m
This commit is contained in:
		@@ -89,7 +89,7 @@ public abstract class BaseSupportUtils {
 | 
			
		||||
                .updaterName(getLoginUser().getUsername())
 | 
			
		||||
                .updateTime(LocalDateTime.now())
 | 
			
		||||
                .build();
 | 
			
		||||
        BeanUtils.copyProperties(commonField, t, "enabled", "valid");
 | 
			
		||||
        BeanUtils.copyProperties(commonField, t,  "valid");
 | 
			
		||||
        return t;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -178,6 +178,8 @@ public class WoPackagingBoxServiceBizImpl extends CrudServiceImpl<WoPackagingBox
 | 
			
		||||
        for(WoPackagingBoxSubstrate substrate : substrateList){
 | 
			
		||||
            substrate.setPackagingBoxId(box.getBoxNo());
 | 
			
		||||
            substrate.setPowerLevel(box.getPowerLevel());
 | 
			
		||||
            substrate.setSapMaterial(box.getSapMaterial());
 | 
			
		||||
            substrate.setLineBody(box.getLineBody());
 | 
			
		||||
            BaseSupportUtils.setCommonField(substrate);
 | 
			
		||||
            woPackagingBoxSubstrateServiceBiz.insert(substrate);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user