springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComShopFlowerOrderDAO.xml
@@ -251,7 +251,7 @@ </if> </select> <select id="selectSumAmountByStoreId" resultType="com.panzhihua.common.model.vos.shop.ComShopOrderStoreIdCountVO"> resultType="com.panzhihua.common.model.vos.shop.ComShopOrderStoreIdNumVO"> SELECT IFNULL(sum(pay_amount),0) as count_num,'dayAmount' as count_name FROM com_shop_flower_order WHERE TO_DAYS(create_at)=TO_DAYS(NOW()) and `status` not in (6,7) <if test="storeId != null"> and store_id = #{storeId}