Showing
10 changed files
with
10 additions
and
10 deletions
@@ -66,7 +66,7 @@ public class ForbidenSortBrandLogicService { | @@ -66,7 +66,7 @@ public class ForbidenSortBrandLogicService { | ||
66 | } | 66 | } |
67 | brandIds.add(forbiddenSortBrand.getBrandId()); | 67 | brandIds.add(forbiddenSortBrand.getBrandId()); |
68 | } | 68 | } |
69 | - //remove from db | 69 | + //remove from database |
70 | forbiddenSortBrandMapper.deleteAll(); | 70 | forbiddenSortBrandMapper.deleteAll(); |
71 | long begin = System.currentTimeMillis(); | 71 | long begin = System.currentTimeMillis(); |
72 | logger.info("deleteAll forbiddenSortBrand success [cost={}]", (System.currentTimeMillis() - begin)); | 72 | logger.info("deleteAll forbiddenSortBrand success [cost={}]", (System.currentTimeMillis() - begin)); |
-
Please register or login to post a comment