This commit is contained in:
parent
21cd3216c3
commit
72755dec3c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue