|
|
@ -3,7 +3,9 @@ package com.ccsens.wisdomcar.service; |
|
|
|
import cn.hutool.core.collection.CollectionUtil; |
|
|
|
import cn.hutool.core.lang.Snowflake; |
|
|
|
import cn.hutool.core.util.ObjectUtil; |
|
|
|
import com.ccsens.util.CodeEnum; |
|
|
|
import com.ccsens.util.StringUtil; |
|
|
|
import com.ccsens.util.exception.BaseException; |
|
|
|
import com.ccsens.wisdomcar.bean.dto.OtherRecordsDto; |
|
|
|
import com.ccsens.wisdomcar.bean.po.PatientInformationRecord; |
|
|
|
import com.ccsens.wisdomcar.bean.po.PatientInformationRecordExample; |
|
|
@ -57,7 +59,7 @@ public class OtherRecordsService implements IOtherRecordsService { |
|
|
|
ProjectVo.BindCar bindCar = stepTaskDao.getBindCarTaskId(param.getId()); |
|
|
|
if (bindCar == null) { |
|
|
|
log.info("没有找到绑定的平车信息:{}", param); |
|
|
|
return ; |
|
|
|
throw new BaseException(CodeEnum.WisdomCar_NOT_Found); |
|
|
|
} |
|
|
|
//判断是否是图片是否为空
|
|
|
|
if (CollectionUtil.isNotEmpty(param.getPictures())){ |
|
|
|