|
|
@@ -755,9 +755,12 @@ where x.id= #{tid}
|
|
|
<if test="s.material != null">
|
|
|
and a.material= #{s.material}
|
|
|
</if>
|
|
|
- <if test="s.urgent != null">
|
|
|
- and a.urgent= #{s.urgent}
|
|
|
- </if>
|
|
|
+ <if test="s.urgent != null">
|
|
|
+ and a.urgent= #{s.urgent}
|
|
|
+ </if>
|
|
|
+ <if test="s.status != null">
|
|
|
+ and a.status= #{s.status}
|
|
|
+ </if>
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
|
</if>
|
|
|
@@ -776,6 +779,9 @@ where x.id= #{tid}
|
|
|
<if test="s.urgent != null">
|
|
|
and a.urgent= #{s.urgent}
|
|
|
</if>
|
|
|
+ <if test="s.status != null">
|
|
|
+ and a.status= #{s.status}
|
|
|
+ </if>
|
|
|
</select>
|
|
|
|
|
|
<select id="selectListOfficialFeePrice" resultType="com.goafanti.common.model.OfficialFeePrice">
|