@ -63,6 +63,12 @@ public class FilterCodeRequest extends ListPageRequest {
*/
private String packageLevel;
/**
* 单据类型
private String action;
* 单据类型集合
@ -72,4 +78,6 @@ public class FilterCodeRequest extends ListPageRequest {
* 追溯码集合
private List<String> codeList;
}
@ -25,8 +25,9 @@
<if test="relId != null and relId != ''">
AND ic.relId = #{relId}
</if>
<if test="action != null and action != ''">
AND ic.action = #{action}
</where>
GROUP BY ic.id
</select>