Commit 0852cbf5 authored by litengwei's avatar litengwei

打卡优化

parent b0098d29
......@@ -508,7 +508,7 @@ public class FirefightersController extends BaseController {
firefightersQueryWrapper2.eq("amos_user_id",reginParam.getUserModel().getUserId());
Firefighters one = iFirefightersService.getOne(firefightersQueryWrapper2);
QueryWrapper<FireTeam> fireTeamQuery = new QueryWrapper<>();
fireTeamQuery.eq("biz_org_code",one.getBizOrgCode());
fireTeamQuery.eq("company",one.getCompany());
fireTeamQuery.eq("type_code","116");
fireTeamQuery.eq("is_delete","0");
FireTeam fireTeam = iFireTeamService.getOne(fireTeamQuery);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment