修改商品信息查询以及订单新增订单接口逻辑

This commit is contained in:
longbinbin
2024-12-06 16:11:36 +08:00
parent 1488a6dd33
commit 5e6a52536a
9 changed files with 135 additions and 29 deletions

View File

@ -34,6 +34,7 @@
<if test="startTime!= null">and so.create_time &gt;= #{startTime} </if>
<if test="endTime!= null">and so.create_time &lt;= #{endTime} </if>
</where>
order by so.create_time desc
</select>
<select id="getById" resultType="com.ycwl.basic.model.pc.source.resp.SourceRespVO">
select so.id, scenic_id, device_id, member_id, url, so.create_time, so.update_time,sc.`name` as scenicName