设备接入联调
This commit is contained in:
parent
eb7930d996
commit
c0d6212177
|
|
@ -47,7 +47,7 @@
|
||||||
and tbr.rel_user like concat('%',#{relUser},'%')
|
and tbr.rel_user like concat('%',#{relUser},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="createTime != null and createTime != ''">
|
<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>
|
</if>
|
||||||
GROUP BY tbr.id
|
GROUP BY tbr.id
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue