server/src/main/resources/mappers/SalaryParamMapper.xml
@@ -18,7 +18,7 @@ where sp.DELETED = 0 <if test="model.keyWord != null and model.keyWord != ''"> ( and p`NAME` like concat('%',#{model.keyWord},'%') and ( p`NAME` like concat('%',#{model.keyWord},'%') or p.`CODE` = #{model.keyWord})</if> <if test="model.procedureName != null and model.procedureName != ''"> and p.`NAME` like concat('%',#{model.procedureName},'%')</if> <if test="model.type != null"> and sp.`TYPE` = #{model.type}</if>