|
@@ -193,7 +193,7 @@ public class FsSopDoctorTaskServiceImpl extends ServiceImpl<FsSopDoctorTaskMappe
|
|
|
fsStoreOrderMapper.updateFsStoreOrderByOrderCode(fsStoreOrder);
|
|
fsStoreOrderMapper.updateFsStoreOrderByOrderCode(fsStoreOrder);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- int updateResult = fsSopDoctorTaskMapper.updateById(doctorTask);
|
|
|
|
|
|
|
+ int updateResult = fsSopDoctorTaskMapper.updateFsSopDoctorTask(doctorTask);
|
|
|
|
|
|
|
|
// --- 3. 根据处理类型执行后续操作 ---
|
|
// --- 3. 根据处理类型执行后续操作 ---
|
|
|
if (addTaskDto.getHandleType() != null && addTaskDto.getHandleType() == 2) {
|
|
if (addTaskDto.getHandleType() != null && addTaskDto.getHandleType() == 2) {
|