山林安全巡查-值班管理
This commit is contained in:
parent
8a9912dac9
commit
85c884832d
@ -55,6 +55,7 @@ public class BjdfBeOnDutyServiceImpl implements IBjdfBeOnDutyService
|
||||
public int insertBjdfBeOnDuty(BjdfBeOnDuty bjdfBeOnDuty)
|
||||
{
|
||||
bjdfBeOnDuty.setId(IdUtils.fastUUID());
|
||||
bjdfBeOnDuty.setPhone(bjdfBeOnDuty.getStartTime().substring(0,10));
|
||||
return bjdfBeOnDutyMapper.insertBjdfBeOnDuty(bjdfBeOnDuty);
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user