p-honggang.li
5 天以前 cda9decfde8c6b518639c5da506aa293c07f88ff
src/main/resources/mapper/OrderEvaluationMapper.xml
@@ -34,7 +34,7 @@
    <select id="selectByOrderId" resultMap="BaseResultMap">
        SELECT
        <include refid="Base_Column_List"/>
        FROM order_evaluation
        FROM tb_order_evaluation
        WHERE deleted = 0 AND order_id = #{orderId}
        LIMIT 1
    </select>