liujie
2025-08-18 bc52f606d965585ab8a14730a2ec96e5f7197c67
cloud-server-other/src/main/resources/mapper/TOperatorUserMapper.xml
@@ -4,6 +4,6 @@
    <select id="getmerchantNumberByOperatorId" resultType="java.lang.String">
        select merchantNumber from t_operator_user where id=#{operatorId}
        select merchantNumber from t_operator where id=#{operatorId}
    </select>
</mapper>