mirror of
https://gitee.com/elegant_wings/dbd-meeting.git
synced 2025-06-21 21:49:37 +08:00
Merge remote-tracking branch 'origin/shoot-hand' into shoot-hand
This commit is contained in:
commit
4e8a5d6e0b
@ -1,6 +1,5 @@
|
|||||||
package com.ics.admin.service.impl;
|
package com.ics.admin.service.impl;
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
||||||
import com.ics.admin.domain.Repair;
|
import com.ics.admin.domain.Repair;
|
||||||
import com.ics.admin.domain.RepairLog;
|
import com.ics.admin.domain.RepairLog;
|
||||||
import com.ics.admin.domain.RepairRelational;
|
import com.ics.admin.domain.RepairRelational;
|
||||||
@ -108,6 +107,7 @@ public class RepairServiceImpl implements IRepairService {
|
|||||||
repair.setCreateTime(new Date());
|
repair.setCreateTime(new Date());
|
||||||
if (to == 5) {
|
if (to == 5) {
|
||||||
nextUser = customerStaffMapper.selectIcsCustomerStaffById(repair.getRepairUserId());
|
nextUser = customerStaffMapper.selectIcsCustomerStaffById(repair.getRepairUserId());
|
||||||
|
repair.setRemark("5110");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//派单
|
//派单
|
||||||
|
Loading…
x
Reference in New Issue
Block a user