|
|
@@ -731,7 +731,11 @@ public class UserInfoServiceImpl implements UserInfoService {
|
|
|
|
|
|
if (miniId != null) {
|
|
|
|
|
|
- WxMiniprogram wxMiniprogram = wxMiniprogramMapper.selectByPrimaryKey(miniId);
|
|
|
+ WxMiniprogram wxMiniprogram = new WxMiniprogram();
|
|
|
+ wxMiniprogram.setUseFlag("Y");
|
|
|
+ wxMiniprogram.setId(miniId);
|
|
|
+
|
|
|
+ wxMiniprogram = wxMiniprogramMapper.selectByPrimaryKey(miniId);
|
|
|
|
|
|
if (wxMiniprogram != null) {
|
|
|
config.setAppid(wxMiniprogram.getAppid());
|