Commit 0e58f60f by jianan

屏蔽龙虎榜2

parent ada67c3d
......@@ -313,7 +313,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
String[] param = {"mobileNo"};
responseVO.setCommonResult(new CommonResult(false, ZHBErrorConfig.getErrorInfo("610001", param)));
}
if ("1".equals(requestVO.getIsPersonal())) {
if (Integer.valueOf("1").equals(requestVO.getIsPersonal())) {
List<AclCustomerFortuneStatistics> list = responseVO.getRank();
for (AclCustomerFortuneStatistics item : list) {
item.setName("***");
......
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