Commit fa93ceff by liyanlin

fix

parent c111a31f
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
<if test="req.companyNo!=null and req.companyNo!='' ">and c.company_no = #{req.companyNo}</if> <if test="req.companyNo!=null and req.companyNo!='' ">and c.company_no = #{req.companyNo}</if>
<if test="req.costForm!=null">and c.cost_form = #{req.costForm}</if> <if test="req.costForm!=null">and c.cost_form = #{req.costForm}</if>
<if test="req.isLend!=null">and c.is_lend = #{req.isLend}</if> <if test="req.isLend!=null">and c.is_lend = #{req.isLend}</if>
<if test="req.typeNo!=null and req.typeNo!='' ">c.type_no = #{req.typeNo}</if> <if test="req.typeNo!=null and req.typeNo!='' ">and c.type_no = #{req.typeNo}</if>
<if test="req.costStatusStr!=null ">and c.cost_status in (#{req.costStatusStr})</if> <if test="req.costStatusStr!=null ">and c.cost_status in (#{req.costStatusStr})</if>
<if test="req.createUserId!=null ">and c.create_userid = #{req.createUserId}</if> <if test="req.createUserId!=null ">and c.create_userid = #{req.createUserId}</if>
<if test=" req.beginTime != null">AND c.create_time <![CDATA[>=]]> #{req.beginTime}</if> <if test=" req.beginTime != null">AND c.create_time <![CDATA[>=]]> #{req.beginTime}</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