|
@@ -173,7 +173,7 @@ public class ProduceRecordServiceImpl extends BaseServiceImpl<ProduceRecordMappe
|
|
log.info("str: " + str);
|
|
log.info("str: " + str);
|
|
ProduceRecord record = new ProduceRecord();
|
|
ProduceRecord record = new ProduceRecord();
|
|
String[] strs = str.split(",");
|
|
String[] strs = str.split(",");
|
|
- if (strs[0].trim().isEmpty()) {
|
|
|
|
|
|
+ if (strs[0].trim().isEmpty() || strs[0].trim().equals("总计")) {
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|
|
|
|
|