|
@@ -497,6 +497,16 @@ GROUP BY planNo;
|
|
<if test='sy.rejectDate != null and sy.rejectDate !="" and sy.rejectDate == "1"'>
|
|
<if test='sy.rejectDate != null and sy.rejectDate !="" and sy.rejectDate == "1"'>
|
|
AND b.stuta = '驳回'
|
|
AND b.stuta = '驳回'
|
|
</if>
|
|
</if>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <if test="sy.signNumA != null and sy.signNumA !=''">
|
|
|
|
+ AND JSON_EXTRACT( a.cost_info, '$.signNumA' ) <![CDATA[<]]>0
|
|
|
|
+ </if>
|
|
|
|
+ <if test="sy.signNumB != null and sy.signNumB !=''">
|
|
|
|
+ AND JSON_EXTRACT( a.cost_info, '$.signNumB' ) >=0
|
|
|
|
+ AND JSON_EXTRACT( a.cost_info, '$.signNumB' ) <![CDATA[<]]>0.8
|
|
|
|
+ </if>
|
|
|
|
+
|
|
<if test="sy.status != null and sy.status !=''">
|
|
<if test="sy.status != null and sy.status !=''">
|
|
AND a.status in
|
|
AND a.status in
|
|
<foreach collection="status" item="value" index="index" open="(" separator="," close=")">
|
|
<foreach collection="status" item="value" index="index" open="(" separator="," close=")">
|