|
|
@ -81,7 +81,7 @@ public class GuideCategoryServiceImpl extends BaseServiceImpl<GuideCategoryDao, |
|
|
|
*/ |
|
|
|
private void initCustomerGuideCategory(String customerId) { |
|
|
|
List<GuideCategoryDTO> list = baseDao.selectPageByCid(Constant.DEFAULT_CUSTOMER); |
|
|
|
int sort = 1; |
|
|
|
int sort = 0; |
|
|
|
for (GuideCategoryDTO dto : list) { |
|
|
|
// 已经禁用的,不同步给客户
|
|
|
|
if (Constant.DISABLE.equals(dto.getStatus())) { |
|
|
|