|
|
|
@ -89,7 +89,7 @@ public class OrderTaskServiceImpl implements OrderTaskService { |
|
|
|
//操作日志
|
|
|
|
OperationLog oplog = new OperationLog(); |
|
|
|
oplog.setType("goods"); |
|
|
|
oplog.setId(tmpgoods.getId()); |
|
|
|
oplog.setLogid(tmpgoods.getId()); |
|
|
|
oplog.setMessage(now + orderUser.getName() + "未付款成功,重新发布该标的!"); |
|
|
|
operationLogMapper.addLog(oplog); |
|
|
|
} |
|
|
|
|