소스 검색

[二维码][修改]:游戏二维码修复

release_toaliyun_real
Stormeye Wu 7 년 전
부모
커밋
99cb41d265
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxGame.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxGame.java 파일 보기

@@ -262,7 +262,7 @@ public class WxGame implements Serializable {
public String getWeappScene() {
if(id == null)
return "";
return "t:gm"+id;
return "t:gm:"+id;
}

public void setGameTemplate(WxGameTemplate gameTemplate) {


불러오는 중...
취소
저장