|
|
@ -80,7 +80,9 @@ public class OtherRecordsService implements IOtherRecordsService { |
|
|
|
start.setStartTime(param.getStartTime()); |
|
|
|
start.setTaskSubId(param.getId()); |
|
|
|
//点击开始接口
|
|
|
|
projectService.start(start,userId); |
|
|
|
if (1 == carOrUser){ |
|
|
|
projectService.start(start,userId); |
|
|
|
} |
|
|
|
} |
|
|
|
//判断是否是图片是否为空
|
|
|
|
if (CollectionUtil.isNotEmpty(param.getPictures())){ |
|
|
|