|
|
|
@@ -334,6 +334,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
if(paycount==1){//12 |
|
|
|
WxBillRent wxBillRent = new WxBillRent(); |
|
|
|
wxBillRent.setId(idWorker.nextId()); |
|
|
|
wxBillRent.setShopId(wxshop.getId()); |
|
|
|
wxBillRent.setPayStatus(0); |
|
|
|
wxBillRent.setPay(new BigDecimal(0)); |
|
|
|
wxBillRent.setTenantId(wxshop.getTenantId()); |
|
|
|
@@ -365,6 +366,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
|
|
|
|
WxBillRent wxBillRent = new WxBillRent(); |
|
|
|
wxBillRent.setId(idWorker.nextId()); |
|
|
|
wxBillRent.setShopId(wxshop.getId()); |
|
|
|
wxBillRent.setPayStatus(0); |
|
|
|
wxBillRent.setPay(new BigDecimal(0)); |
|
|
|
wxBillRent.setTenantId(wxshop.getTenantId()); |
|
|
|
@@ -397,6 +399,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
|
|
|
|
WxBillRent wxBillRent = new WxBillRent(); |
|
|
|
wxBillRent.setId(idWorker.nextId()); |
|
|
|
wxBillRent.setShopId(wxshop.getId()); |
|
|
|
wxBillRent.setPayStatus(0); |
|
|
|
wxBillRent.setPay(new BigDecimal(0)); |
|
|
|
wxBillRent.setTenantId(wxshop.getTenantId()); |
|
|
|
@@ -428,6 +431,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
|
|
|
|
WxBillRent wxBillRent = new WxBillRent(); |
|
|
|
wxBillRent.setId(idWorker.nextId()); |
|
|
|
wxBillRent.setShopId(wxshop.getId()); |
|
|
|
wxBillRent.setPayStatus(0); |
|
|
|
wxBillRent.setPay(new BigDecimal(0)); |
|
|
|
wxBillRent.setTenantId(wxshop.getTenantId()); |
|
|
|
|