Commit 10c807eb authored by 周健威's avatar 周健威

修改bug

parent ddfcba07
...@@ -30,7 +30,7 @@ public class OrderLogBiz extends BaseBiz<OrderLogMapper,OrderLog> { ...@@ -30,7 +30,7 @@ public class OrderLogBiz extends BaseBiz<OrderLogMapper,OrderLog> {
setDetail(StrUtil.format(orderLogEnum.getDesc(), oldObj, newObj)); setDetail(StrUtil.format(orderLogEnum.getDesc(), oldObj, newObj));
}}; }};
updateSelectiveByIdRe(orderLog); insertSelectiveRe(orderLog);
}catch (Exception e) { }catch (Exception e) {
log.error(e.getMessage(), e); log.error(e.getMessage(), 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