无关风月
4 天以前 d2b9ce5ceb7059dfa06e9281661c8c9516686dd0
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>