Commit 30ecf34e by lal

提交

parent 8f53284e
...@@ -149,8 +149,11 @@ ...@@ -149,8 +149,11 @@
FROM FROM
spmk_executor spmk_executor
WHERE WHERE
emp_num = #{param.empNum}) emp_num = #{param.empNum}
<if test="param.sts == 0">
and sts not in (2,3,4)
</if>
)
<if test="param.type == 3"> <if test="param.type == 3">
and type in (0,1,2) and type in (0,1,2)
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment