Kaynağa Gözat

cidBug修复

lmx 1 hafta önce
ebeveyn
işleme
46c085ec9a

+ 2 - 0
fs-service/src/main/resources/mapper/company/CompanyVoiceRoboticMapper.xml

@@ -26,6 +26,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <result property="createTime"    column="create_time"    />
         <result property="companyAiWorkflowId"    column="company_ai_workflow_id"    />
         <result property="delFlag"    column="del_flag"    />
+        <result property="isWeCom"    column="is_we_com"    />
+
     </resultMap>
 
     <sql id="selectCompanyVoiceRoboticVo">

+ 4 - 0
fs-service/src/main/resources/mapper/company/CompanyWxClientMapper.xml

@@ -98,6 +98,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="traceId != null">trace_id,</if>
             <if test="roboticId != null">robotic_id,</if>
             <if test="customerId != null">customer_id,</if>
+            <if test="isWeCom != null">is_we_com,</if>
          </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             <if test="roboticWxId != null">#{roboticWxId},</if>
@@ -112,6 +113,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="traceId != null">#{traceId},</if>
             <if test="roboticId != null">#{roboticId},</if>
             <if test="customerId != null">#{customerId},</if>
+            <if test="isWeCom != null">#{isWeCom},</if>
          </trim>
     </insert>
 
@@ -128,6 +130,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="remark != null">remark = #{remark},</if>
             <if test="createTime != null">create_time = #{createTime},</if>
             <if test="dialogId != null">dialog_id = #{dialogId},</if>
+            <if test="accountId != null">account_id = #{accountId},</if>
+            <if test="companyUserId != null">company_user_id = #{companyUserId},</if>
         </trim>
         where id = #{id}
     </update>