Commit 21efe402 by huluobin

# 费用系统 财务审核列表重复 bug fix

parent e338fce4
......@@ -513,6 +513,7 @@
<if test="req.costNo !=null and req.costNo !=''">
and (t1.bank_card_user like concat('%',#{req.costNo},'%') or t1.cost_no = #{req.costNo})
</if>
group by t1.id
</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