Showing
1 changed file
with
1 additions
and
1 deletions
@@ -729,7 +729,7 @@ public class ProductServiceImpl implements ProductService { | @@ -729,7 +729,7 @@ public class ProductServiceImpl implements ProductService { | ||
729 | 729 | ||
730 | @Override | 730 | @Override |
731 | public void changeSkupHideStatus(Integer uid, int status) { | 731 | public void changeSkupHideStatus(Integer uid, int status) { |
732 | - LOGGER.info("开始:Skup隐藏展示状态修改,uid={} , toStatus={}"); | 732 | + LOGGER.info("开始:Skup隐藏展示状态修改,uid={} , toStatus={}", uid, status); |
733 | int count = storagePriceMapper.updateSkupHideStatus(uid, status); | 733 | int count = storagePriceMapper.updateSkupHideStatus(uid, status); |
734 | LOGGER.info("完成:Skup隐藏展示状态修改,uid={} , toStatus={}, exeCount={}", uid, status, count); | 734 | LOGGER.info("完成:Skup隐藏展示状态修改,uid={} , toStatus={}, exeCount={}", uid, status, count); |
735 | } | 735 | } |
-
Please register or login to post a comment