Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
424b5c1dda
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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 Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar