@ -102,7 +102,7 @@ public class PurApplyRequest extends ListPageRequest {
private String startDate;
private String endDate;
private Integer generatePlan;
private boolean audtoPlan;
@ -44,6 +44,9 @@
<if test="auditBy != '' and auditBy != null">
AND auditBy = #{auditBy}
</if>
<if test="generatePlan != null">
AND generatePlan != #{generatePlan}
<if test="createBy != '' and createBy != null">
AND createBy = #{createBy}