Commit 06187c62 by jianshuqin

增加功能:增加财务审核人过虑条件

parent 563f3f90
......@@ -74,4 +74,7 @@ public class CostQueryPageReq extends BaseRequest {
@ApiModelProperty("创建人id")
private Integer createUserid;
@ApiModelProperty("财务审核人id")
private Integer financialAuditUserId;
}
......@@ -364,6 +364,7 @@
</foreach>
)
</if>
<if test=" req.financialAuditUserId!=null ">and t1.cost_no in (SELECT DISTINCT cost_no FROM cost_log t1 WHERE type in (5,7) and update_userid = #{req.financialAuditUserId})</if>
group by t1.id
order BY
t1.id desc
......
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