|
@@ -818,10 +818,10 @@
|
|
|
<if test="scorePackageName != null">
|
|
|
AND o.score_package_name like CONCAT('%',#{scorePackageName},'%')
|
|
|
</if>
|
|
|
- <if test="allocationDate != null and endLabelDate != null">
|
|
|
+ <if test="allocationDate != null and allocationDate != '' and endLabelDate != null and endLabelDate != ''">
|
|
|
AND (o.allocation_date BETWEEN #{allocationDate} AND #{endLabelDate})
|
|
|
</if>
|
|
|
- <if test="acceptSug != null">
|
|
|
+ <if test="acceptSug != null and acceptSug != ''">
|
|
|
AND o.accept_sug = #{acceptSug}
|
|
|
</if>
|
|
|
</where>
|