|
@@ -64,7 +64,7 @@ public class ExamineServiceImpl implements ExamineService {
|
|
|
}
|
|
|
|
|
|
List<JtYcpfhzDetail> oldData = jtYcpfhzDetailService.list(new LambdaQueryWrapper<JtYcpfhzDetail>()
|
|
|
- .eq(JtYcpfhzDetail::getDataid, "0")
|
|
|
+ .eq(JtYcpfhzDetail::getDeleted, "0")
|
|
|
.eq(JtYcpfhzDetail::getYcpfhzid, id));
|
|
|
List<String> list = new ArrayList<>();
|
|
|
if(StringUtils.isNotBlank(khzbNum)){
|