Commit cb780aed by 陶光胜

二维码

parent afd67acb
......@@ -102,6 +102,7 @@ public class BillingOrderServiceImpl implements BillingOrderService {
if(itemDTO != null){
for(int i= 0; i< itemDTO.getBuyCount(); i++){
TabBillingEnterpriseSmsPackage smsPackage = new TabBillingEnterpriseSmsPackage();
smsPackage.setType(1);
smsPackage.setEnterpriseId(order.getEnterpriseId());
smsPackage.setStatus(EnterpriseStatusTypeEnum.EFFECTIVE.getCode());
smsPackage.setCreateTime(new Date());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment