Browse Source

用户档案记录修改记录提交

anderx 1 year ago
parent
commit
991e1f051c

+ 9 - 3
src/main/java/com/goafanti/common/mapper/ThirdPartyCompanyMapper.xml

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