|
|
@ -428,6 +428,7 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
if (clientType.equals("iphone")) {
|
|
|
|
if (clientType.equals("iphone")) {
|
|
|
|
res.put("skip_clearing", !res.getBoolean("skip_clearing"));
|
|
|
|
res.put("skip_clearing", !res.getBoolean("skip_clearing"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if("4".equals(clientWithConfig.getString("source"))) {
|
|
|
|
res.put("refuse_remark", clientWithConfig.getString("refuse_remark"));
|
|
|
|
res.put("refuse_remark", clientWithConfig.getString("refuse_remark"));
|
|
|
|
res.put("base_info_lack", false);
|
|
|
|
res.put("base_info_lack", false);
|
|
|
|
res.put("compliance_info_lack", false);
|
|
|
|
res.put("compliance_info_lack", false);
|
|
|
@ -446,6 +447,7 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
res.put("compliance_info_lack", true);
|
|
|
|
res.put("compliance_info_lack", true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
return res;
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|