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