| | |
| | | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">delete from |
| | | yeshi_ec_lost_order where id = #{id,jdbcType=BIGINT} |
| | | </delete> |
| | | <select id="selectByOrderId" resultMap="BaseResultMap" |
| | | parameterType="java.lang.String">select * from yeshi_ec_lost_order where orderId=#{orderId} and `type`=#{type} |
| | | <select id="selectByOrderIdAndType" resultMap="BaseResultMap">select * from |
| | | yeshi_ec_lost_order where orderId=#{orderId} and `type`=#{type} |
| | | </select> |
| | | |
| | | |
| | | <select id="selectByPrimaryKey" resultMap="BaseResultMap" |
| | | parameterType="java.lang.Long">select * from yeshi_ec_lost_order where id=#{0}</select> |
| | | <select id="listByStateAndResultCode" resultMap="BaseResultMap">select * from |