Commit b44be65f by liyanlin

fix

parent b13428f2
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
<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!='' ">c.type_no = #{req.typeNo}</if>
<if test="req.costStatusStr!=null ">and t1.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>
<if test=" req.endTime != null">AND c.create_time <![CDATA[<=]]>#{req.endTime}</if> <if test=" req.endTime != null">AND c.create_time <![CDATA[<=]]>#{req.endTime}</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