注释不需要内容
This commit is contained in:
+1
-1
@@ -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">
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user