供应商澄清信息待办接口

This commit is contained in:
zhangqinbin
2024-12-06 09:36:59 +08:00
parent 4e60f68ea7
commit 7b500058d5

View File

@ -157,12 +157,6 @@
AND authorize.state = #{vo.state}
</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 &gt;= #{vo.startTime}
and biz_message.createtime &lt;= #{vo.endTime}
</select>