Commit 2ad0a7de by leialin

Merge branch 'lal' into 'develop'

Lal

See merge request 8timerv2/8timerapiv200!333
parents b5087870 f11d16e0
......@@ -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