mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -153,9 +153,7 @@ public class CarVinInfoServiceImpl implements ICarVinInfoService {
|
||||
if (carVinInfo != null) {
|
||||
throw new BusinessException(ReturnCodeEnum.CODE_SELECT_INFO_IS_NULL);
|
||||
}
|
||||
if (!StringUtils.equals("1", carVinInfo.getStatus())) {
|
||||
throw new BusinessException("", "");
|
||||
}
|
||||
carVinInfo = new CarVinInfo();
|
||||
// 绑定操作
|
||||
carVinInfo.setVinCode(dto.getVinCode());
|
||||
carVinInfo.setStatus("1");
|
||||
|
||||
Reference in New Issue
Block a user