确认明细查询

dev_2.5_optimize
yewj 5 months ago
parent ed749bd370
commit 0a44048570

@ -36,5 +36,7 @@ public class CollectOrderCodeAutoRequest extends ListPageRequest {
private String remark;
private Integer fifoSplit;
private Long bizIdFk;
}

@ -21,6 +21,9 @@
</if>
<if test="udiCode != '' and udiCode != null">
AND icoca.udiCode = #{udiCode}
</if>
<if test="bizIdFk != '' and bizIdFk != null">
AND icoca.bizIdFk = #{bizIdFk}
</if>
<if test="codeIdFk != null">
AND icoca.codeIdFk = #{codeIdFk}

Loading…
Cancel
Save