Browse Source

外部报验功能,有条件接收添加补充说明

wangming 1 year ago
parent
commit
03830bd205

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

@@ -227,7 +227,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
             } else {
                 /* 接收/有条件接收 */
                 dispatchDo.setInspectionconclusion(operType.equals("50") ? "10" : "30");
-                dispatchDo.setRemark(vo.get(i).getReason());
+                dispatchDo.setRefusereason(vo.get(i).getReason());
                 inspectionItpDo.setInspectionstatus("30");
             }
             /* 检验员拒收和接收时会传回检验开始/结束时间和文件 */