设备接入联调

This commit is contained in:
mashuai 2024-09-20 14:56:00 +08:00
parent eb7930d996
commit c0d6212177
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
and tbr.rel_user like concat('%',#{relUser},'%')
</if>
<if test="createTime != null and createTime != ''">
and DATE_FORMAT(tbr.create_time, '%Y-%m-%d') = DATE_FORMAT(#{createTime}, '%Y-%m-%d')
and DATE_FORMAT(tbr.create_time, '%Y-%m-%d') = #{createTime}
</if>
GROUP BY tbr.id
</select>