Commit 7568320c authored by Đào Nhật Quang's avatar Đào Nhật Quang

quangdn

parent 52b2752a
......@@ -1012,9 +1012,6 @@ public class CustomerServiceImpl implements CustomerService {
return result;
}
}
result.put("content", Files.readAllBytes(file.toPath()));
result.put("message", "template-invalid");
return result;
} else if (row.getPhysicalNumberOfCells() < header.size()) {
result.put("content", Files.readAllBytes(file.toPath()));
result.put("message", "template-invalid");
......
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