无关风月
11 小时以前 b716afd262ff60ff1db0b1e7c95800e7ad2b7202
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>