卡券service构造方法改为public

This commit is contained in:
tanzx 2016-08-10 20:33:04 +08:00
parent f65c6f7d59
commit 8a4f1e61f1

View File

@ -38,7 +38,7 @@ public class WxMpCardServiceImpl implements WxMpCardService {
private WxMpService wxMpService; private WxMpService wxMpService;
WxMpCardServiceImpl(WxMpService wxMpService) { public WxMpCardServiceImpl(WxMpService wxMpService) {
this.wxMpService = wxMpService; this.wxMpService = wxMpService;
} }