Commit 24e4f652 by zhaoxiqing

gsb

parent 7ecb186c
......@@ -150,6 +150,9 @@ class WorkloadService extends ServiceBase {
}
for (let j = 0; j < cells.length; j++) {
if (!cells[j]) {
if(2 === j){
continue;
}
result.msg = "excel序号为" + cells[0] + "的" + heads[j] + "不能为空";
return result;
}
......
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