Explorar el Código

外部报验-重新发起油漆复涂

wangming hace 4 meses
padre
commit
8ee525d223

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxOutsideInspectionItpServiceImpl.java

@@ -1744,7 +1744,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
         if("10".equals(itpDo.getInspectiontype())) {
             itpNdtResultService.copyByItpId(itpDo.getId(), newItpIdList);
         }
-        String[] array = {"10", "20", "30"};
+        String[] array = {"10", "20", "30", "60"};
         List<String> qcTypeList = Arrays.asList(array);
         if(qcTypeList.contains(itpDo.getInspectiontype())) {
             qcItemResultService.copyByItpId(itpDo.getId(), newItpIdList);

+ 6 - 0
business-entity/src/main/java/com/rongwei/bsentity/domain/ZhcxOutsideInspectionItpDo.java

@@ -343,4 +343,10 @@ public class ZhcxOutsideInspectionItpDo extends BaseDo {
     @TableField("DEPARTNAME")
     private String departname;
 
+    /**
+     * 部门名称
+     */
+    @TableField("OTHERTYPE")
+    private String othertype;
+
 }