|
@@ -380,7 +380,7 @@ public class giveOutManageAction implements IMINAction {
|
|
|
for (Object object : excelArray) {
|
|
|
Map<String,String> excelMap = (Map<String,String>)object;
|
|
|
//判断是否都为空,空的话直接下一个
|
|
|
- if(CommonUtil.isEmpty(excelMap.get("specName")) && CommonUtil.isEmpty(excelMap.get("carNumber"))
|
|
|
+ if(CommonUtil.isEmpty(excelMap.get("specName")) /*&& CommonUtil.isEmpty(excelMap.get("carNumber"))*/
|
|
|
&& CommonUtil.isEmpty(excelMap.get("caseNo")) && CommonUtil.isEmpty(excelMap.get("weight")) && CommonUtil.isEmpty(excelMap.get("abfName"))){
|
|
|
continue;
|
|
|
}
|