中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-22 45286ba61d7df92ca3d60bdf187b94d5a4349874
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>