|
|
|
@ -93,7 +93,7 @@ public class GoodsTaskServiceImpl implements GoodsTaskService { |
|
|
|
//apply_out 为0时候, 执行代码
|
|
|
|
if(dbgoods.getApplyOut()==0){ |
|
|
|
//更新状态
|
|
|
|
goodsMapper.updateRevocationGoods(islicode); |
|
|
|
goodsMapper.updateRevocationGoods(dbgoods.getId().toString()); |
|
|
|
//构建操作日志
|
|
|
|
OperationLog oplog = new OperationLog(); |
|
|
|
oplog.setType("goods"); |
|
|
|
|