|
|
|
@@ -42,12 +42,10 @@ public class WxAppinfoServiceImpl implements WxAppinfoService { |
|
|
|
public WxAppinfo getCAppInfo(TenantEntity tenantEntity,EnumAppPlat appPlat) { |
|
|
|
WxAppinfo appInfo = null; |
|
|
|
WxAppinfo appinfoQ = new WxAppinfo(); |
|
|
|
// if (null == appPlat) { |
|
|
|
// appinfoQ.setPlat(EnumAppPlat.WX.getCode()); |
|
|
|
// }else { |
|
|
|
// appinfoQ.setPlat(appPlat.getCode()); |
|
|
|
// } |
|
|
|
|
|
|
|
if (appPlat != null) { |
|
|
|
appinfoQ.setPlat(appPlat.getCode()); |
|
|
|
} |
|
|
|
|
|
|
|
appinfoQ.updateTenantInfo(tenantEntity); |
|
|
|
appinfoQ.setType(EnumAppType.C.getCode()); |
|
|
|
List<WxAppinfo> appList = wxAppinfoMapper.selectList(new QueryWrapper(appinfoQ)); |
|
|
|
|