| | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | @Service("ImportCarInoutDataCleaning") |
| | | @Service("importCarInoutDataCleaning") |
| | | public class ImportCarInoutDataCleaningAdapt extends DefaultImportDataAdapt implements IImportDataCleaningAdapt { |
| | | |
| | | @Autowired |
| | |
| | | continue; |
| | | } |
| | | Assert.hasValue(os[1], (osIndex + 1) + "行小区编码不能为空"); |
| | | Assert.hasValue(os[3], (osIndex + 1) + "行车牌号码不能为空"); |
| | | if (defaultValue(os[3]).equals("")) { |
| | | os[3] = "A888888"; |
| | | } |
| | | Assert.hasValue(os[6], (osIndex + 1) + "行到访日期不能为空"); |
| | | Assert.hasValue(os[11], (osIndex + 1) + "行进场时间不能为空"); |
| | | |