Commit d6722fc2 by 陶光胜

二维码

parent f891267f
......@@ -95,7 +95,8 @@ public class BillingOrderServiceImpl implements BillingOrderService {
//更新企业套餐包
TabBillingOrder order = this.getOrderBySerialNumber(orderSerialNumber);
if(order != null){
this.tabBillingOrderMapper.updateOrderBySerialNumber(orderSerialNumber, totalFeePaid, auditStatus);
int i1 = this.tabBillingOrderMapper.updateOrderBySerialNumber(orderSerialNumber, totalFeePaid, auditStatus);
logger.info("修改订单状态:{}", i1);
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