Browse Source

bug修改

chenyongxing 8 years ago
parent
commit
bded90d990

+ 0 - 3
svr/svr-base/src/main/java/com/yihu/jw/wx/service/WechatService.java

@ -77,9 +77,6 @@ public class WechatService extends BaseJpaService<WxWechat, WechatDao> {
    public WxWechat findByCode(String code) {
        WxWechat wxWechat = wechatDao.findByCode(code);
        if (wxWechat == null) {
            throw new ApiException(WxContants.Wechat.message_fail_code_no_exist, CommonContants.common_error_params_code);
        }
        return wxWechat;
    }