| | |
| | | if (StringUtil.isNullOrNone(os[8])) { |
| | | continue; |
| | | } |
| | | Assert.hasValue(os[8], (osIndex + 1) + "车牌号不能为空"); |
| | | Assert.hasValue(os[10], (osIndex + 1) + "业主不能为空"); |
| | | // Assert.hasValue(os[11], (osIndex + 1) + "手机号不能为空"); |
| | | Assert.hasValue(os[8], (osIndex + 1) + "行车牌号不能为空"); |
| | | Assert.hasValue(os[10], (osIndex + 1) + "行业主不能为空"); |
| | | // Assert.hasValue(os[11], (osIndex + 1) + "行手机号不能为空"); |
| | | // Assert.hasValue(os[3], (osIndex + 1) + "车辆品牌不能为空"); |
| | | // Assert.hasValue(os[4], (osIndex + 1) + "车辆类型不能为空"); |
| | | // Assert.hasValue(os[5], (osIndex + 1) + "车牌类型不能为空"); |
| | |
| | | // Assert.hasValue(os[7], (osIndex + 1) + "停车场不能为空"); |
| | | // Assert.hasValue(os[9], (osIndex + 1) + "车位不能为空"); |
| | | if(os.length > 13) { |
| | | Assert.hasValue(os[14], (osIndex + 1) + "起租时间不能为空"); |
| | | Assert.hasValue(os[14], (osIndex + 1) + "行起租时间不能为空"); |
| | | }else if(os.length > 14) { |
| | | Assert.hasValue(os[15], (osIndex + 1) + "截止时间不能为空"); |
| | | Assert.hasValue(os[15], (osIndex + 1) + "行截止时间不能为空"); |
| | | } |
| | | |
| | | try { |