|
|
|
@ -442,6 +442,8 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
|
@Override
|
|
|
|
|
public JSONObject getClientInfoMe(JSONObject device) {
|
|
|
|
|
JSONObject result = new JSONObject();
|
|
|
|
|
result.put("base_info_lack", false);
|
|
|
|
|
result.put("compliance_info_lack", false);
|
|
|
|
|
JSONObject client = clientMapper.findClient(device.getIntValue("client_id"));
|
|
|
|
|
if(StringUtils.isEmpty(client.getString("business_structure"))||
|
|
|
|
|
StringUtils.isEmpty(client.getString("logo_url"))||
|
|
|
|
|