中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-08 fe5696abdee6482761a3d7097dbba4e19cea0cbb
src/main/resources/mapper/CstmrMapper.xml
@@ -96,5 +96,8 @@
        ORDER BY mc.create_time DESC
    </select>
    <update id="updateDeptIdByUserId">
        update man_cstmr set dept_id = #{deptId} where user_id = #{userId}
    </update>
</mapper>