101captain
2022-06-17 6b8d27fdb6c15e2245ae087384d65f499109d157
bug修改
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbCheckUnitMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | 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