|
@@ -101,6 +101,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="createById != null and createById != ''"> and TCM.create_by_id = #{createById}</if>
|
|
|
<if test="createBy != null and createBy != ''"> and TCM.create_by like concat('%', #{createBy}, '%')</if>
|
|
|
<if test="itemExpenseId != null and itemExpenseId != ''"> and TCMI.expense_id = #{itemExpenseId}</if>
|
|
|
+ <if test="itemBelongsProjectId != null and itemBelongsProjectId != ''"> and TCMI.belongs_project_id = #{itemBelongsProjectId}</if>
|
|
|
<if test="itemDepartment != null and itemDepartment != ''"> and TCMI.department_id = #{itemDepartment}</if>
|
|
|
<if test="itemPersonnel != null and itemPersonnel != ''"> and TCMI.personnel_id = #{itemPersonnel}</if>
|
|
|
<if test="itemMatterName != null and itemMatterName != ''"> and TCMI.matter_name like concat('%', #{itemMatterName}, '%')</if>
|