springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbCheckUnitMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbCheckUnitMapper.xml
@@ -46,7 +46,7 @@ and cpcu.`contacts` like concat(#{dto.contacts},'%') </if> <if test="dto.specialtyName != null and dto.specialtyName != ''"> and cpcu.specialty_name like concat(#{dto.specialtyName},'%') and cpcu.specialty_name like concat('%',#{dto.specialtyName},'%') </if> </where> order by cpcu.create_at desc