供应商澄清信息待办接口
This commit is contained in:
@ -157,12 +157,6 @@
|
|||||||
AND authorize.state = #{vo.state}
|
AND authorize.state = #{vo.state}
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<if test="vo.companyObjs !=null and vo.companyObjs.size() > 0">
|
|
||||||
AND authorize.user_id in
|
|
||||||
<foreach item="companyObj" collection="vo.companyObjs" separator="," open="(" close=")" index="">
|
|
||||||
#{companyObj.userId, jdbcType=NUMERIC}
|
|
||||||
</foreach>
|
|
||||||
</if>
|
|
||||||
and biz_message.createtime >= #{vo.startTime}
|
and biz_message.createtime >= #{vo.startTime}
|
||||||
and biz_message.createtime <= #{vo.endTime}
|
and biz_message.createtime <= #{vo.endTime}
|
||||||
</select>
|
</select>
|
||||||
|
Reference in New Issue
Block a user