sunmingan 4 년 전
부모
커밋
9f43cefbae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mpwechatApp/src/main/java/com/liangjian11/wx/mp/service/application/impl/AppMsgRefServiceImpl.java

+ 1 - 1
mpwechatApp/src/main/java/com/liangjian11/wx/mp/service/application/impl/AppMsgRefServiceImpl.java

@@ -44,6 +44,6 @@ public class AppMsgRefServiceImpl implements AppMsgRefService {
 
     @Override
     public List<Map<String, Object>> getAllMsgConfig(Integer portRefId) {
-        msgRefMapper.getAllMsgConfig(portRefId);
+        return msgRefMapper.getAllMsgConfig(portRefId);
     }
 }