From 6576328fd820539fa15a7b63f4c754eba55281ec Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期二, 07 一月 2025 17:55:53 +0800 Subject: [PATCH] 新增迭代,修改司机发送账单 --- DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml b/DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml index 5aec125..eeb7faf 100644 --- a/DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml +++ b/DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml @@ -23,4 +23,15 @@ and serverCarModelId = #{serverCarModelId} </if> </select> + + <select id="query1" resultType="map"> + select + id as id, + content as content + from t_system_price where companyId = #{companyId} + <if test="null != type"> + and `type` = #{type} + </if> + </select> + </mapper> \ No newline at end of file -- Gitblit v1.7.1