mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-10 18:30:02 +08:00
update
This commit is contained in:
@@ -1544,7 +1544,7 @@ public class TempService {
|
|||||||
if (StringUtils.isBlank(dto.getPhoneNumber())) {
|
if (StringUtils.isBlank(dto.getPhoneNumber())) {
|
||||||
throw new RuntimeException("请添加要绑定的手机号");
|
throw new RuntimeException("请添加要绑定的手机号");
|
||||||
}
|
}
|
||||||
if (dto.getCarNumberList().size() == dto.getVinList().size()){
|
if (dto.getCarNumberList().size() != dto.getVinList().size()){
|
||||||
throw new RuntimeException("车牌号应与车架号对应");
|
throw new RuntimeException("车牌号应与车架号对应");
|
||||||
}
|
}
|
||||||
for (int i = 0 ; i < dto.getCarNumberList().size() ; i++) {
|
for (int i = 0 ; i < dto.getCarNumberList().size() ; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user