| | |
| | | <where> |
| | | and m.audit_result = 1 |
| | | <if test='dto.orgName != null and dto.orgName != ""'> |
| | | and o.name like concat(#{dto.orgName},'%') |
| | | and cpcu.org_name like concat(#{dto.orgName},'%') |
| | | </if> |
| | | <if test='dto.orgId != null'> |
| | | and o.id = #{dto.orgId} |
| | |
| | | </if> |
| | | <if test="dto.natureName !=null and dto.natureName !=''"> |
| | | and cpcu.nature_name = #{dto.natureName} |
| | | </if> |
| | | <if test="dto.orgName != null and dto.orgName !=''"> |
| | | and cpcu.org_name = #{dto.orgName} |
| | | </if> |
| | | <if test="dto.isRegister !=null"> |
| | | <if test="dto.isRegister == 1"> |