pad接口-退货单-结束服务时改为未读
This commit is contained in:
parent
e4a6eded81
commit
9ef58fd242
|
|
@ -511,6 +511,7 @@ public class ThdServiceImpl implements ITuiHuoApi {
|
|||
main.setStatus(status);//结束
|
||||
main.setJsBy(sysUser.getId());//结束人
|
||||
main.setJsTime(new Date());//结束服务时间
|
||||
main.setIzRead("N");//未读
|
||||
thdMainMapper.updateById(main);
|
||||
|
||||
//插入日志
|
||||
|
|
|
|||
Loading…
Reference in New Issue