山林安全巡查-值班管理

This commit is contained in:
卢序振 2023-10-25 10:06:51 +08:00
parent 8a9912dac9
commit 85c884832d
2 changed files with 588 additions and 353 deletions

View File

@ -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