Commit 1e7adaf5 by chenweisong

更新

parent 254b0845
......@@ -161,6 +161,7 @@ public class TemplateController {
@GetMapping(value = "/excel/getDataByFilePath")
public Object getDataByFilePath(long templateId, Integer missionType) {
Template template = templateService.findById(templateId);
CommonValidator.notEmpty(template.getUpStreamAddr(), "未绑定上流数据,需手动填写");
Map<String, List<BankData>> breakResultMap = new HashMap<>();
try {
ImportParams params = new ImportParams();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment