puzhibing
2023-07-21 d7d4f057abd6f659f48f657b0f3b9eaba8519003
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/CarMapper.xml
@@ -76,6 +76,6 @@
        state as state,
        addType as addType,
        addObjectId as addObjectId
        from t_car where state = 1 and carLicensePlate = #{licensePlate}
        from t_car where state = 1 and carLicensePlate = #{licensePlate} and authState != 4
    </select>
</mapper>