|
@@ -140,7 +140,7 @@ public class DeviceAnnualFeeServiceImpl extends ServiceImpl<DeviceAnnualFeeMappe
|
|
if (sysDictRedis == null) {
|
|
if (sysDictRedis == null) {
|
|
return R.fail("code未配置商家");
|
|
return R.fail("code未配置商家");
|
|
}
|
|
}
|
|
- page.setMercId(Long.valueOf(sysDictRedis.getValue()));
|
|
|
|
|
|
+ page.setMercId(Long.valueOf(sysDictRedis.getValue())).setRegisterStatus(true);
|
|
return page(page);
|
|
return page(page);
|
|
}
|
|
}
|
|
|
|
|