2/18 优化1.0

dev_2.5_optimize
wangwei 5 months ago
parent 2282072776
commit 1590d7c2ba

@ -63,6 +63,12 @@ public class FilterCodeRequest extends ListPageRequest {
*/ */
private String packageLevel; private String packageLevel;
/**
*
*/
private String action;
/** /**
* *
*/ */
@ -72,4 +78,6 @@ public class FilterCodeRequest extends ListPageRequest {
* *
*/ */
private List<String> codeList; private List<String> codeList;
} }

@ -25,8 +25,9 @@
<if test="relId != null and relId != ''"> <if test="relId != null and relId != ''">
AND ic.relId = #{relId} AND ic.relId = #{relId}
</if> </if>
<if test="action != null and action != ''">
AND ic.action = #{action}
</if>
</where> </where>
GROUP BY ic.id GROUP BY ic.id
</select> </select>

Loading…
Cancel
Save