Commit 98809f42 authored by shiyu's avatar shiyu

超时未确认remark记录

parent 6d8ec8bf
......@@ -510,7 +510,7 @@ public class ConsignSaleServiceImpl implements ConsignSaleService {
consignSale.setSystemState(ConsignSaleEnum.SaleForSysStateEnum.CANCEL.getCode());
consignSaleDao.update(consignSale);
//用户超时未确认,取消寄售单
consignSaleRecordDao.insert(dto.getSaleId(), "超时未确认,取消寄售", ConsignSaleEnum.OperateTypeEnum.TIME_OUT_CANCEL.getCode(), null);
consignSaleRecordDao.insert(dto.getSaleId(), "超时未确认,取消寄售", ConsignSaleEnum.OperateTypeEnum.TIME_OUT_CANCEL.getCode(), "超时未确认,取消寄售");
return Result.success();
} catch (Exception e) {
logger.error("用户超时未确认,取消寄售单 error : {}", e);
......
......@@ -461,7 +461,7 @@ public class ConsignSaleServiceImpl implements ConsignSaleService {
consignSale.setSystemState(ConsignSaleEnum.SaleForSysStateEnum.CANCEL.getCode());
consignSaleDao.update(consignSale);
//用户超时未确认,取消寄售单
consignSaleRecordDao.insert(dto.getSaleId(), "超时未确认,取消寄售", ConsignSaleEnum.OperateTypeEnum.TIME_OUT_CANCEL.getCode(), null);
consignSaleRecordDao.insert(dto.getSaleId(), "超时未确认,取消寄售", ConsignSaleEnum.OperateTypeEnum.TIME_OUT_CANCEL.getCode(), "超时未确认,取消寄售");
return Result.success();
} catch (Exception e) {
logger.error("用户超时未确认,取消寄售单 error : {}", e);
......
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