DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SysReformistMapper.xml
@@ -9,11 +9,12 @@ <result column="money" property="money"/> <result column="isSpecialCar" property="isSpecialCar"/> <result column="isTaxiCar" property="isTaxiCar"/> <result column="openCityId" property="openCityId"/> </resultMap> <select id="queryMoney" resultType="double"> select money from t_sys_reformist where companyId = #{companyId} select money from t_sys_reformist where openCityId = #{openCityId} </select> </mapper>