|
|
|
@ -48,7 +48,9 @@ public class RetailRSvcServiceImpl implements RetailRSvcService {
|
|
|
|
|
String clientType = device.getString("client_type");
|
|
|
|
|
deviceSupport.findRegister(clientType);
|
|
|
|
|
JSONObject clientConfig = clientConfigMapper.find(device.getIntValue("client_id"));
|
|
|
|
|
if (!debug && !clientConfig.getBooleanValue("geek_shop_status") && device.getIntValue("client_id") != 9) {
|
|
|
|
|
if (!debug && !clientConfig.getBooleanValue("geek_shop_status")
|
|
|
|
|
&& device.getIntValue("client_id") != 9
|
|
|
|
|
&& device.getIntValue("client_id") != 4181) {
|
|
|
|
|
throw new NotFoundException();
|
|
|
|
|
}
|
|
|
|
|
JSONObject svcInfo = commonIncrementalChannelMapper.findIncreamentalChannelBySourceCode(sourceCode);
|
|
|
|
|