This commit is contained in:
mashuai 2025-03-12 16:06:00 +08:00
parent 21cd3216c3
commit 72755dec3c
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id
AND mt1.del_flag = '0'
LEFT JOIN tm_task tt ON bs.task_id = tt.task_id
WHERE bs.in_num != 0 and and bs.result_msg = '操作成功'
WHERE bs.in_num != 0 and bs.result_msg = '操作成功'
<if test="inputType != null and inputType != ''">
and (
CASE