|
@@ -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");
|
|
|
}
|
|
|
/* 检验员拒收和接收时会传回检验开始/结束时间和文件 */
|