delete app not found test

master
luoyang 5 years ago
parent ab7829e9d5
commit c899b637a4

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>au.com.royalpay.payment</groupId> <groupId>au.com.royalpay.payment</groupId>
<artifactId>payment-parent</artifactId> <artifactId>payment-parent</artifactId>
<version>1.1.13</version> <version>1.1.14</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>

@ -45,9 +45,6 @@ public class RetailRSvcServiceImpl implements RetailRSvcService {
@Override @Override
public JSONObject findMchInfoBySourceCode(JSONObject device, String sourceCode) { public JSONObject findMchInfoBySourceCode(JSONObject device, String sourceCode) {
if (device.getString("version").equals("2.12.13") || device.getIntValue("client_id") == 9) {
throw new NotFoundException();
}
String clientType = device.getString("client_type"); String clientType = device.getString("client_type");
deviceSupport.findRegister(clientType); deviceSupport.findRegister(clientType);
JSONObject svcInfo = commonIncrementalChannelMapper.findIncreamentalChannelBySourceCode(sourceCode); JSONObject svcInfo = commonIncrementalChannelMapper.findIncreamentalChannelBySourceCode(sourceCode);

Loading…
Cancel
Save