Commit 3622f86ae8538d7cda7d46509155dbe2c435f03b
1 parent
83e3f2d9
update:查询列表增加字段
Showing
1 changed file
with
2 additions
and
1 deletions
etrade-order/src/main/resources/com/diligrp/etrade/dao/mapper/shopCart/ShopCartMapper.xml
... | ... | @@ -59,7 +59,8 @@ |
59 | 59 | scm.weight, |
60 | 60 | scm.amount, |
61 | 61 | scm.type, |
62 | - scm.modified_time as scm_modified_time | |
62 | + scm.modified_time as scm_modified_time, | |
63 | + scm.check_flag as check_flag | |
63 | 64 | from shop_cart s |
64 | 65 | left join shop_cart_message scm |
65 | 66 | on s.id = scm.shop_cart_id | ... | ... |