Przeglądaj źródła

Merge tag 'refs/tags/jenkins-back_end_wechat-261' into release

test
release
Stormeye Wu 6 lat temu
rodzic
commit
be04b50cfc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxAuthorizerInfoServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxAuthorizerInfoServiceImpl.java Wyświetl plik

@@ -99,7 +99,7 @@ public class WxAuthorizerInfoServiceImpl implements WxAuthorizerInfoService {
record.setUpdateTime(curDate); record.setUpdateTime(curDate);
// 授权表 添加 // 授权表 添加
authorizerInfoMapper.insertSelective(record); authorizerInfoMapper.insertSelective(record);
if(appinfo.getType() != null) {
if(appinfo != null && appinfo.getType() != null) {
if (appinfo.getType().equals(EnumAppType.C.getCode()) || if (appinfo.getType().equals(EnumAppType.C.getCode()) ||
appinfo.getType().equals(EnumAppType.B.getCode())) { appinfo.getType().equals(EnumAppType.B.getCode())) {
// C/B 扩展配置表添加 // C/B 扩展配置表添加


Ładowanie…
Anuluj
Zapisz