jiangping
2023-08-18 40609a1bd11ce79445562ac23f16af23a48c3933
server/src/main/resources/mappers/SalaryParamMapper.xml
@@ -23,6 +23,8 @@
            or   m.`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>
        <if test="model.rootDepartId != null"> and sp.`ROOT_DEPART_ID` = #{model.rootDepartId}</if>
        <if test="model.departId != null"> and sp.`DEPART_ID` = #{model.departId}</if>
        order by sp.CREATE_TIME desc
    </select>
</mapper>