|
|
@@ -646,7 +646,7 @@ public class AchievementServiceImpl extends BaseMybatisDao<AchievementMapper> im
|
|
|
params.put("fieldA", fieldA);
|
|
|
}
|
|
|
if (null != dataCategory) {
|
|
|
- params.put("dataCategory", dataCategory);
|
|
|
+ params.put("dataCategory", String.valueOf(dataCategory));
|
|
|
}
|
|
|
if (null != TokenManager.getUserId()) params.put("uid", TokenManager.getUserId());
|
|
|
|