Commit ca25465a by 陶光胜

二维码

parent 174a1469
......@@ -95,6 +95,7 @@ public class BillingOrderServiceImpl implements BillingOrderService {
//更新企业套餐包
TabBillingOrder order = this.getOrderBySerialNumber(orderSerialNumber);
if(order != null){
this.tabBillingOrderMapper.updateOrderBySerialNumber(orderSerialNumber, totalFeePaid, auditStatus);
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
SmsPackageOrderItemDTO itemDTO = JSON.parseObject(order.getItemJson(), SmsPackageOrderItemDTO.class);
if(itemDTO != null){
......
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