|
|
@ -256,7 +256,7 @@ |
|
|
AND op.rec_status = 0 |
|
|
AND op.rec_status = 0 |
|
|
AND f.rec_status = 0 |
|
|
AND f.rec_status = 0 |
|
|
<if test="startTime != null and startTime != ''"> |
|
|
<if test="startTime != null and startTime != ''"> |
|
|
AND f.created_at > FROM_UNIXTIME(#{startTime}/1000,'%Y-%m-%d %H:%i:%s') |
|
|
AND f.created_at > FROM_UNIXTIME(#{startTime}/1000,'%Y-%m-%d %H:%i:%S') |
|
|
</if> |
|
|
</if> |
|
|
ORDER BY f.created_at DESC |
|
|
ORDER BY f.created_at DESC |
|
|
</select> |
|
|
</select> |
|
|
|