|
|
@@ -74,7 +74,7 @@ public class UserCompanyCreditLogic {
|
|
|
@Transactional
|
|
|
public void billRepay(String billId, String userCompanyCreditId, BigDecimal amount) throws Exception {
|
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
|
- if (!StringUtils.isBlank(adminUser.getCompanyWechatId())) {
|
|
|
+ if (StringUtils.isBlank(adminUser.getCompanyWechatId())) {
|
|
|
throw new RemoteServiceException("请使用商户账号");
|
|
|
}
|
|
|
|