|
@@ -175,7 +175,7 @@ public class ContractInventoryFormController extends BladeController {
|
|
|
@ApiOperationSupport(order = 8)
|
|
|
@ApiOperation(value = "获取导入模板", notes = "返回导入模板URL")
|
|
|
public R<String> getImportTemplate() {
|
|
|
- return R.data("https://bladex-chongqing-info.oss-cn-hangzhou.aliyuncs.com//upload/20231201/853cebb7e9c89c982dd15f842fed42a3.xls");
|
|
|
+ return R.data("https://blade-oss-chongqing.oss-cn-shenzhen.aliyuncs.com//upload/20240401/b5d3d7780a343641c0cc414dee7991f8.xls");
|
|
|
}
|
|
|
|
|
|
|