| | |
| | | <parameter property="resMsg" javaType="java.lang.String" jdbcType="CLOB" mode="OUT" /> |
| | | </parameterMap> |
| | | |
| | | <resultMap type="com.java110.entity.service.ServiceSql" id="serviceBusinessMap"> |
| | | <result column="service_business_id" jdbcType="INT" property="serviceBusinessId"/> |
| | | <result column="business_type_cd" jdbcType="VARCHAR" property="serviceTypeCd"/> |
| | | <resultMap type="com.java110.entity.order.ServiceBusiness" id="serviceBusinessMap"> |
| | | <result column="service_business_id" jdbcType="INTEGER" property="serviceBusinessId"/> |
| | | <result column="business_type_cd" jdbcType="VARCHAR" property="businessTypeCd"/> |
| | | <result column="invoke_type" jdbcType="VARCHAR" property="invokeType"/> |
| | | <result column="url" jdbcType="VARCHAR" property="url"/> |
| | | <result column="message_topic" jdbcType="VARCHAR" property="messageTopic"/> |
| | | <result column="timeout" jdbcType="INT" property="timeout"/> |
| | | <result column="retry_count" jdbcType="INT" property="retryCount"/> |
| | | <result column="timeout" jdbcType="INTEGER" property="timeout"/> |
| | | <result column="retry_count" jdbcType="INTEGER" property="retryCount"/> |
| | | </resultMap> |
| | | |
| | | <!--执行查询sql --> |