|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package cn.jyjz.xiaoyao.ocr.service.impl;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.util.ObjectUtil;
|
|
|
|
|
import cn.jyjz.flowable.common.SystemConstantsOa;
|
|
|
|
|
import cn.jyjz.flowable.service.IFlowTaskService;
|
|
|
|
|
import cn.jyjz.xiaoyao.common.base.param.ParamterPage;
|
|
|
|
@ -435,8 +436,10 @@ public class OcrTaskchildPictureServiceImpl extends BaseServiceImpl<OcrTaskchild
|
|
|
|
|
} else {
|
|
|
|
|
ocrTaskchildPicture.setIzHistory(true);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Userapprove one = userapproveService.getOne(new LambdaQueryWrapper<Userapprove>().eq(Userapprove::getFormid,ocrTaskchildPicture.getId()).orderByDesc(Userapprove::getCreatedate));
|
|
|
|
|
if(ObjectUtil.isNotEmpty(one)){
|
|
|
|
|
ocrTaskchildPicture.setHistoryStates(one.getStatshis());
|
|
|
|
|
}
|
|
|
|
|
OcrPicture ocrPicture = this.ocrPictureService.selectDtoById(ocrTaskchildPicture.getPictureid());
|
|
|
|
|
//获取当前真假标记
|
|
|
|
|
ocrTaskchildPicture.setIztrueorfalse(ocrPicture.getIztrueorfalse());
|
|
|
|
|