|
@@ -580,7 +580,7 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
|
|
|
f.setValue(jsonObject.toString());
|
|
|
} else if (f.getFormId().contains(SystemConstant.SIGN_REGION)) {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
- jsonObject.put("value", "http://qmth-test.oss-cn-shenzhen.aliyuncs.com/frontend/wx_logo.png");
|
|
|
+ jsonObject.put("value", "https://sop-file.qmth.com.cn/logo/logo.png");
|
|
|
f.setValue(jsonObject.toString());
|
|
|
}
|
|
|
}
|