Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
a7fc744652
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java Ver fichero

@@ -1042,7 +1042,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
setNewsBills(wxPropertyContract, ufbn, ufb, sid, shopAreaRateMap,shopUserMap);
ufbn.setParentBillId(rs.getId());
ufbn.setParentVirtualComposeId(rb.getId());
shopAllBillList.add(rs);
shopAllBillList.add(ufbn);
}
}
}


Cargando…
Cancelar
Guardar