Commit 30ecf34e by lal

提交

parent 8f53284e
......@@ -149,8 +149,11 @@
FROM
spmk_executor
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">
and type in (0,1,2)
</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