|  | @@ -479,7 +479,7 @@ public class TWarehouseAgreementServiceImpl implements ITWarehouseAgreementServi
 | 
											
												
													
														|  |                  BigDecimal calculate = this.getCalculate(itemNums, tWarehouseAgreementitems.getfPrice(), dayLength);
 |  |                  BigDecimal calculate = this.getCalculate(itemNums, tWarehouseAgreementitems.getfPrice(), dayLength);
 | 
											
												
													
														|  |                  money = money.add(calculate);
 |  |                  money = money.add(calculate);
 | 
											
												
													
														|  |                  days = days - dayLength;
 |  |                  days = days - dayLength;
 | 
											
												
													
														|  | -                information = dayLength + "天*" + tWarehouseAgreementitems.getfPrice() + "元*" + itemNums + "元 = " + calculate + "元";
 |  | 
 | 
											
												
													
														|  | 
 |  | +                information = dayLength + "天*" + tWarehouseAgreementitems.getfPrice() + "元*" + itemNums + " = " + calculate + "元";
 | 
											
												
													
														|  |                  if (StringUtils.isEmpty(remark)) {
 |  |                  if (StringUtils.isEmpty(remark)) {
 | 
											
												
													
														|  |                      remark = information;
 |  |                      remark = information;
 | 
											
												
													
														|  |                  } else {
 |  |                  } else {
 | 
											
										
											
												
													
														|  | @@ -490,7 +490,7 @@ public class TWarehouseAgreementServiceImpl implements ITWarehouseAgreementServi
 | 
											
												
													
														|  |                  BigDecimal calculate = this.getCalculate(itemNums, tWarehouseAgreementitems.getfPrice(), days);
 |  |                  BigDecimal calculate = this.getCalculate(itemNums, tWarehouseAgreementitems.getfPrice(), days);
 | 
											
												
													
														|  |                  money = money.add(calculate);
 |  |                  money = money.add(calculate);
 | 
											
												
													
														|  |  //                long day = days - tWarehouseAgreementitems.getfFromdays();
 |  |  //                long day = days - tWarehouseAgreementitems.getfFromdays();
 | 
											
												
													
														|  | -                information = days + "天*" + tWarehouseAgreementitems.getfPrice() + "元*" + itemNums + "元 = " + calculate + "元";
 |  | 
 | 
											
												
													
														|  | 
 |  | +                information = days + "天*" + tWarehouseAgreementitems.getfPrice() + "元*" + itemNums + " = " + calculate + "元";
 | 
											
												
													
														|  |                  if (StringUtils.isEmpty(remark)) {
 |  |                  if (StringUtils.isEmpty(remark)) {
 | 
											
												
													
														|  |                      remark = information;
 |  |                      remark = information;
 | 
											
												
													
														|  |                  } else {
 |  |                  } else {
 |