Browse Source

法务催款日志列表开发

anderx 4 years ago
parent
commit
5f94b03079

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TOrderMidMapper.xml

@@ -399,7 +399,7 @@
     a.total_amount totalAmount ,a.settlement_amount  settlementAmount ,b.order_receivables orderReceivables,b.legal_affairs legalAffairs,
     b.order_arrears orderArrears,b.dun_start_time dunStartTime,date_format(b.dun_start_time,'%Y-%m-%d %H:%i:%S')dunStartTimes
     <if test="type==1 or type==2 or type==3">
-      ,b.operation_time operationTime,date_format(b.operation_time,'%Y-%m-%d %H:%i:%S')operationDate,b.legal_affairs_type `type`
+      ,b.operation_time operationTime,date_format(b.operation_time,'%Y-%m-%d')operationDate,b.legal_affairs_type `type`
     </if>
     from t_order_new a left join t_order_mid b on a.order_no =b.order_no
     <if test="shiro == 2">

+ 8 - 0
src/main/java/com/goafanti/order/bo/OutOrderLegalAffairsListBo.java

@@ -40,6 +40,14 @@ public class OutOrderLegalAffairsListBo {
         return operationTime;
     }
 
+    public String getOperationDate() {
+        return operationDate;
+    }
+
+    public void setOperationDate(String operationDate) {
+        this.operationDate = operationDate;
+    }
+
     public void setOperationTime(Date operationTime) {
         this.operationTime = operationTime;
     }

+ 1 - 1
src/main/resources/props/config_local.properties

@@ -47,7 +47,7 @@ avatar.upload.host=//sb.jishutao.com/upload
 #avatar.host=//172.16.0.253
 
 avatar.host=//static.jishutao.com
-static.host=//static.jishutao.com/1.1.96
+static.host=//static.jishutao.com/1.1.97
 
 wx.appId=wxff2f5720ed7d7f63
 wx.appSecret=081744369d42405be58fe37f892631f7

+ 1 - 1
src/main/resources/props/config_test.properties

@@ -41,7 +41,7 @@ user.private.max=1000
 #客户释放提醒
 user_remind_days=15
 
-static.host=//static.jishutao.com/1.1.96
+static.host=//static.jishutao.com/1.1.97
 portal.host=//static.jishutao.com/portal/2.0.6
 avatar.host=//static.jishutao.com
 avatar.upload.host=//static.jishutao.com/upload