|
@@ -233,9 +233,9 @@ public class GljtSqTfServiceImpl implements IGljtSqTfService
|
|
|
if (ObjectUtils.isEmpty(lr)) throw new ServiceException("当前老人未找到");
|
|
|
gljtSqUtils.getStopFlow(gljtSqUtils.getQxpz(), gljtSqTf);
|
|
|
if (StringUtils.equals(gljtSqTf.getStatus(), GljtAdStatus.HALTED.getCode())) {
|
|
|
- if (StringUtils.isNotEmpty(gljtSqTf.getTfyf())) {
|
|
|
+ if (StringUtils.isNotEmpty(tf.getTfyf())) {
|
|
|
LambdaUpdateWrapper<GljtJfxx> luw = Wrappers.lambdaUpdate();
|
|
|
- luw.ge(GljtJfxx::getFfyf, gljtSqTf.getTfyf()).eq(GljtJfxx::getLrId, gljtSqTf.getLrId())
|
|
|
+ luw.ge(GljtJfxx::getFfyf, tf.getTfyf()).eq(GljtJfxx::getLrId, tf.getLrId())
|
|
|
.eq(GljtJfxx::getStatus, "0").set(GljtJfxx::getLrzt, "2");
|
|
|
gljtJfxxMapper.update(null, luw);
|
|
|
}
|