| | |
| | | |
| | | @Override |
| | | public void wxLoginOut(WxLoginOutDTO wxLoginOutDTO) { |
| | | if(Objects.isNull(wxLoginOutDTO)&&!Objects.isNull(wxLoginOutDTO.getCompanyUserId())){ |
| | | if(!Objects.isNull(wxLoginOutDTO)&&!Objects.isNull(wxLoginOutDTO.getCompanyUserId())){ |
| | | companyUserExtMapper.update(null,new UpdateWrapper<CompanyUser>() |
| | | .set("UNIONID","").set("OPENID","") |
| | | .eq("id",wxLoginOutDTO.getCompanyUserId()) |
| | |
| | | <if test="usermodelInvalidTime != null"> |
| | | AND `usermodel`.`INVALID_TIME` = #{usermodelInvalidTime} |
| | | </if> |
| | | <if test="startDate != null"> |
| | | <!--<if test="startDate != null"> |
| | | AND `a`.`PLAN_DATE` >= #{startDate} |
| | | </if> |
| | | <if test="endDate != null"> |
| | | AND #{endDate} >= `a`.`PLAN_DATE` |
| | | </if> |
| | | </if>--> |
| | | <if test="mixParam != null and mixParam!=''"> |
| | | AND (mmodel.name like concat('%',#{mixParam},'%') or mmodel.code like concat('%',#{mixParam},'%') or pmodel.name like concat('%',#{mixParam},'%')) |
| | | </if> |