Ver Fonte

报验单历史操作记录

wangming há 1 ano atrás
pai
commit
291c5bc8c6

+ 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())) {