expert-system/src/main/resources/mapper/system/SysExpertInfoMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
expert-system/src/main/resources/mapper/system/SysExpertInfoMapper.xml
@@ -28,9 +28,18 @@ <if test="name != null and name != ''"> and name like concat('%', #{name}, '%') </if> <if test="phone != null and phone != ''"> and phone like concat('%', #{phone}, '%') </if> <if test="idCard != null and idCard != ''"> and id_card like concat('%', #{idCard}, '%') </if> <if test="domain != null and domain != ''"> and domain = #{domain} </if> <if test="level != null and level != ''"> and level = #{level} </if> <if test="bigClassify != null"> and big_classify = #{bigClassify} </if>