Kaynağa Gözat

fix: BC-企业承接任务查询条件问题

lixuesong 1 yıl önce
ebeveyn
işleme
12807d2c84

+ 2 - 2
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/WmScorePackageMapper.xml

@@ -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>