소스 검색

代码修改

于继渤 2 년 전
부모
커밋
ae32ab2ee0
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      src/main/java/com/dk/mdm/mapper/common/CommonMapper.xml

+ 8 - 8
src/main/java/com/dk/mdm/mapper/common/CommonMapper.xml

@@ -896,10 +896,10 @@
     <!--    获取销售渠道-->
     <!--    获取销售渠道-->
     <select id="getSaleChannel" resultType="java.util.Map">
     <select id="getSaleChannel" resultType="java.util.Map">
         SELECT
         SELECT
-        channel_id AS channelId,
-        channel_id AS id,
-        channel_code AS channelCode,
-        channel_name AS channelName
+        channel_id AS "channelId",
+        channel_id AS "id",
+        channel_code AS "channelCode",
+        channel_name AS "channelName"
         FROM dkic_b.t_mst_sale_channel
         FROM dkic_b.t_mst_sale_channel
         <where>
         <where>
             <if test="cpId != null">
             <if test="cpId != null">
@@ -910,10 +910,10 @@
     <!--获取员工-->
     <!--获取员工-->
     <select id="getStaff" resultType="java.util.Map">
     <select id="getStaff" resultType="java.util.Map">
         SELECT
         SELECT
-        staff_id AS staffId,
-        staff_id AS id,
-        staff_code AS staffCode,
-        staff_name AS staffName
+        staff_id AS "staffId",
+        staff_id AS "id",
+        staff_code AS "staffCode",
+        staff_name AS "staffName"
         FROM dkic_b.t_mst_staff
         FROM dkic_b.t_mst_staff
         <where>
         <where>
             <if test="cpId != null">
             <if test="cpId != null">