Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
424b5c1dda
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java

+ 5
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java View File

@@ -834,6 +834,11 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
private WxAllBill generateBillProperty(WxPayAccountBill wxPayAccountBill,WxPropertyContract wxPropertyContract,Integer isPreview,Date start,Date end,Date receiveDate,String needpay,
MallUserInfo user,Integer billcount,Map<String, Object> shopInfo,String standarsTotal,String remark,Long parentBillId,Long feesStandardsId) {
if (StringUtils.isBlank(needpay)) {
needpay = "0";
}else {
needpay = new BigDecimal(needpay).setScale(wxPropertyContract.getDecimalSize(),BigDecimal.ROUND_HALF_UP).toPlainString();
}
final IdWorker idWorker = IdWorker.get();
WxAllBill wxBillProperty = new WxAllBill();
wxBillProperty.setIsPreview(isPreview);


Loading…
Cancel
Save