注释不需要内容

This commit is contained in:
zhangqinlin
2021-10-25 16:03:31 +08:00
parent 145ff0c7e5
commit 097e83ede9
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@
<if test="name != null and name !=''">
and pcc.name like concat('%',concat(#{name},'%'))
</if>
</where> group by pcc.id order by pcc.create_time
</where> group by pcc.id order by pcc.create_time desc
</select>
<resultMap id="searchFile" type="com.jero.data.entity.DetailForCaseCommittee">
@@ -147,7 +147,7 @@
#{item}
</foreach>
</if>
and pwgs.comeAllMoney is not null
and pwgs.comeAllMoney is not null
<if test="payWorkingGroupSearch.workGroup != null and payWorkingGroupSearch.workGroup != ''">
and pwg.working_group_project LIKE concat('%',concat(#{payWorkingGroupSearch.workGroup},'%'))
</if>