소스 검색

no message

FengChaoYu 1 주 전
부모
커밋
2e14197e18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mall-server-api/src/main/java/com/gree/mall/manager/logic/user/UserCompanyCreditLogic.java

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/user/UserCompanyCreditLogic.java

@@ -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("请使用商户账号");
         }