Commit a32b5351 by jianshuqin

新增下 部门负责人与终审同一个,只审其一

parent 0c2f857d
......@@ -24,7 +24,7 @@
select *
from cost_log
where cost_no = #{costNo}
and type in = 3
and type = 3
order by update_time desc
limit 1;
</select>
......
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