소스 검색

报验单历史操作记录

wangming 1 년 전
부모
커밋
291c5bc8c6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxOutsideInspectionItpServiceImpl.java

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

@@ -196,6 +196,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
             ZhcxOutsideInspectionItpOperLogDo itpLog = zhcxOutsideInspectionItpOperLogService
                     .getNew(itpId, "5", nowDate);
             itpLog.setOpertype(operType);
+            itpLog.setOperdescription(vo.get(i).getReason());
 
             //10未派单 20已派单
             if (dispatchDo != null && "20".equals(dispatchDo.getDispatchstatus())) {