fix:载体下发销毁接口提交

pg_adapter
wangxy 6 months ago
parent e6af1f97bc
commit ed8dd36f70

@ -112,7 +112,7 @@
AND area_district = #{areaDistrict} AND area_district = #{areaDistrict}
</if> </if>
<if test="status!=null and status!=''"> <if test="status!=null and status!=''">
AND status !='5' AND status !='6'
</if> </if>
</trim> </trim>
ORDER BY create_time DESC ORDER BY create_time DESC

Loading…
Cancel
Save