|
|
@ -44,6 +44,9 @@
|
|
|
|
<if test="auditBy != '' and auditBy != null">
|
|
|
|
<if test="auditBy != '' and auditBy != null">
|
|
|
|
AND auditBy = #{auditBy}
|
|
|
|
AND auditBy = #{auditBy}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="generatePlan != null">
|
|
|
|
|
|
|
|
AND generatePlan != #{generatePlan}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="createBy != '' and createBy != null">
|
|
|
|
<if test="createBy != '' and createBy != null">
|
|
|
|
AND createBy = #{createBy}
|
|
|
|
AND createBy = #{createBy}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|