供应商澄清信息待办接口

This commit is contained in:
zhangqinbin
2024-12-06 09:24:47 +08:00
parent 960080380e
commit 4e60f68ea7

View File

@ -163,7 +163,7 @@
#{companyObj.userId, jdbcType=NUMERIC}
</foreach>
</if>
and biz_message.createtime &gt;= #{startTime}
and biz_message.createtime &lt;= #{endTime}
and biz_message.createtime &gt;= #{vo.startTime}
and biz_message.createtime &lt;= #{vo.endTime}
</select>
</mapper>