1098226878@qq.com
2022-01-10 093b73aadb022895a02dbbcd64b87613e19b547b
java110-db/src/main/resources/mapper/acct/CouponDetailV1ServiceDaoImplMapper.xml
@@ -59,6 +59,9 @@
        <if test="orderId !=null and orderId != ''">
            and t.order_id= #{orderId}
        </if>
        <if test="createTime !=null and createTime != ''">
            and DATE_FORMAT(t.create_time,'%Y-%m-%d') = #{createTime}
        </if>
        <if test="shopId !=null and shopId != ''">
            and t.shop_id= #{shopId}
        </if>
@@ -151,6 +154,9 @@
        <if test="detailId !=null and detailId != ''">
            and t.detail_id= #{detailId}
        </if>
        <if test="createTime !=null and createTime != ''">
            and DATE_FORMAT(t.create_time,'%Y-%m-%d') = #{createTime}
        </if>
        <if test="statusCd !=null and statusCd != ''">
            and t.status_cd= #{statusCd}
        </if>