设备接入联调
This commit is contained in:
parent
eb7930d996
commit
c0d6212177
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue