添加“task”相关CRUD代码

This commit is contained in:
longbinbin
2024-12-02 14:28:29 +08:00
parent ccaeada98b
commit c62d2c2f70
16 changed files with 282 additions and 3 deletions

View File

@ -27,6 +27,8 @@
<if test="deviceId!= null">and device_id = #{deviceId} </if>
<if test="memberId!= null">and member_id = #{memberId} </if>
<if test="url!= null">and url = #{url} </if>
<if test="startTime!= null">and so.create_time &gt;= #{startTime} </if>
<if test="endTime!= null">and so.create_time &lt;= #{endTime} </if>
</where>
</select>
<select id="getById" resultType="com.ycwl.basic.model.pc.source.resp.SourceRespVO">