Commit 78ae8bcf by 王军业

121254221

1 parent c29a2827
......@@ -109,7 +109,7 @@
<if test="county != null and county != ''">
,#{county},#{county_name}
</if>
<if test="guarantee_period != null and guarantee_period != ''">
<if test="guarantee_period != null ">
,#{guarantee_period}
</if>
<if test="sign_date != null ">
......@@ -238,7 +238,7 @@
county=#{county},
county_name=#{county_name},
</if>
<if test="guarantee_period != null and guarantee_period != ''">
<if test="guarantee_period != null ">
guarantee_period=#{guarantee_period},
</if>
<if test="sign_date != null ">
......
......@@ -907,6 +907,7 @@ public class ContractServiceImpl implements ContractService {
}
ContractVo contracto=contractMapper.queryOne(contractVo.getContract_unid());
if(contracto==null ) {
System.out.println("contractVo="+JavaBean2Json.javaBean2Json(contractVo));
contractMapper.addOne(contractVo);
//if(paymentAgreeMapper.queryPaymentAgree(importModel.getContract_unid()).size()==0 ) {
if(returnInfo.getReback_date()!=null ||returnInfo.getActual_reback_amount()!=null ||returnInfo.getReback_note()!=null) {
......
......@@ -9,7 +9,7 @@ spring:
encoding: UTF-8
cache: false
datasource:
url: jdbc:postgresql://192.168.9.162:5432/financial_serv
url: jdbc:postgresql://192.168.9.162:5432/financial_test
username: postgres
password: authpass
driver-class-name: org.postgresql.Driver
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!