Merge remote-tracking branch 'origin/dev_2.5_optimize' into dev_2.5_optimize

# Conflicts:
#	src/main/java/com/glxp/api/req/inout/FilterCodeRequest.java
dev_2.5_optimize
yewj 5 months ago
commit 1339974ab2

@ -63,6 +63,12 @@ public class FilterCodeRequest extends ListPageRequest {
*/ */
private String packageLevel; private String packageLevel;
/**
*
*/
private String action;
/** /**
* *
*/ */

@ -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