Commit cf50c54a by zhangxingmin

push

parent 2d820963
...@@ -822,7 +822,7 @@ public class CommissionServiceImpl extends ServiceImpl<CommissionMapper, Commiss ...@@ -822,7 +822,7 @@ public class CommissionServiceImpl extends ServiceImpl<CommissionMapper, Commiss
//查询redis缓存的字典列表信息 //查询redis缓存的字典列表信息
List<GetDictItemListByDictTypeResponse> dictTypeResponses = redisUtil.getCacheObject(RedisConstants.DICT_LIST); List<GetDictItemListByDictTypeResponse> dictTypeResponses = redisUtil.getCacheObject(RedisConstants.DICT_LIST);
log.info("addCommissionBatch========查询redis缓存的字典列表信息======,{}", JSON.toJSONString(dictTypeResponses)); log.info("addCommissionBatch========查询redis缓存的字典列表信息======,{}", JSON.toJSONString(dictTypeResponses));
if (!CollectionUtils.isNotEmpty(dictTypeResponses)) { if (CollectionUtils.isNotEmpty(dictTypeResponses)) {
String label = GetDictItemListByDictTypeResponse.getItemLabel(dictTypeResponses, String label = GetDictItemListByDictTypeResponse.getItemLabel(dictTypeResponses,
"csf_commission_type","销售佣金"); "csf_commission_type","销售佣金");
log.info("GetDictItemListByDictTypeResponse.getItemLabel=============,{}",label); log.info("GetDictItemListByDictTypeResponse.getItemLabel=============,{}",label);
......
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