无关风月
2025-09-24 447e07c3067b0370e47e7d2967ffef7935388601
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>