Browse Source

催款列表BUG修改

anderx 7 years ago
parent
commit
3174cb1282
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderDunMapper.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/TOrderDunMapper.xml

@@ -366,8 +366,8 @@
     where id = #{id,jdbcType=VARCHAR}
   </update>
   <select id="selectByOrderNoDunSubject" resultType="com.goafanti.common.model.TOrderDun">
-  	select id,dun_subject as dunSubject,money,order_no as orderNo from t_order_dun where order_no= #{orderNo,jdbcType=VARCHAR}
-  	order by dun_subject 
+  	select id,dun_subject as dunSubject,money,order_no as orderNo,dun_status as dunStatus from t_order_dun 
+    where order_no= #{orderNo,jdbcType=VARCHAR} order by dun_subject 
   </select>
   <select id="getOrderDunData" resultType="com.goafanti.order.bo.TOrderNewBo">
   select a.id,a.order_no as orderNo,date_format(b.sign_time,'%Y-%m-%d') as signDate,