无关风月
2025-08-19 28a60b0977d66b75fb9a2c3306840bc18ec271f6
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>