diff --git a/mallinkService/src/main/java/com/iformall/utils/DateUtils.java b/mallinkService/src/main/java/com/iformall/utils/DateUtils.java index a1220150e..d6ad97f55 100755 --- a/mallinkService/src/main/java/com/iformall/utils/DateUtils.java +++ b/mallinkService/src/main/java/com/iformall/utils/DateUtils.java @@ -353,8 +353,7 @@ public class DateUtils { SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd"); long myTime = (testDate.getTime() / 1000) - 60 * 60 * 24 * days; testDate.setTime(myTime * 1000); - String mDate = formatter.format(testDate); - return mDate; + return formatter.format(testDate); } /** diff --git a/mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx b/mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx index 1f12ed8ad..160d93aa2 100644 Binary files a/mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx and b/mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx differ