fix:密品设备维修提交

pg_adapter
wangxy 8 months ago
parent 1f4487437f
commit c3ab1cd781

@ -38,12 +38,6 @@
<if test="name!=null and name!=''">
AND name LIKE concat('%',#{name},'%')
</if>
<if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 -->
AND create_time &gt;= #{params.beginTime}
</if>
<if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 -->
AND create_time &lt;= #{params.endTime}
</if>
</trim>
ORDER BY create_time DESC
</select>

Loading…
Cancel
Save