string(1970) "运行时异常:
### Error querying database.  Cause: java.sql.SQLSyntaxErrorException: Unknown column 't.customerGroupId' in 'field list'
### The error may exist in autoGeneratedMapper_com.owl.yicai.shop.domain.YcSalesPlan
### The error may involve com.owl.yicai.shop.mapper.YcSalesPlanMapper.findBySO-Inline
### The error occurred while setting parameters
### SQL: select            t.name, t.shop_id, t.type, t.discount_condition, t.discount_condition_type, t.moq, t.init, t.step, t.addNum, t.product_id, t.sku, t.store_id, t.price, t.shop_cate_id, t.shop_cate_text, t.sales_area_id, t.state, t.seq, t.start_time, t.end_time, t.customer_type_id, t.code, t.customerGroupId, t.create_by, t.create_time, t.update_by, t.update_time, t.delete_by, t.delete_time, t.id, t.optlock     ,          (SELECT c.NAME FROM yc_shop_cate c WHERE c.id = t.shop_cate_id ) shopCateName,          (SELECT c.title FROM yc_product c WHERE c.id = t.product_id ) productTitle,           (select sa.name from yc_sales_area sa where sa.id=t.sales_area_id) salesAreaName           from yc_sales_plan t                            WHERE 1 = 1                         and state = ? and shop_id = ? and start_time <= ? and end_time >= ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                           and delete_time is  null                              order by           seq desc
### Cause: java.sql.SQLSyntaxErrorException: Unknown column 't.customerGroupId' in 'field list'
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 't.customerGroupId' in 'field list'"