|
|
@@ -48,6 +48,7 @@ public class SaveOwnerCarMemberCmd extends Cmd {
|
|
|
OwnerCarDto ownerCarDto = new OwnerCarDto();
|
|
|
ownerCarDto.setCommunityId(reqJson.getString("communityId"));
|
|
|
ownerCarDto.setCarNum(reqJson.getString("carNum"));
|
|
|
+ ownerCarDto.setCarTypeCds(new String[]{OwnerCarDto.CAR_TYPE_PRIMARY, OwnerCarDto.CAR_TYPE_MEMBER}); // 临时车除外
|
|
|
int count = ownerCarInnerServiceSMOImpl.queryOwnerCarsCount(ownerCarDto);
|
|
|
|
|
|
if (count > 0) {
|