Commit 54fa55d3 by 吕明尚

Merge branch 'dev' into test

parents 19a2ae8a 5e448d21
...@@ -102,6 +102,7 @@ ...@@ -102,6 +102,7 @@
join s_consumer m on c.consumer_id = m.id join s_consumer m on c.consumer_id = m.id
join s_secondary_card_conf s on c.secondary_card_conf_id = s.id join s_secondary_card_conf s on c.secondary_card_conf_id = s.id
where c.is_delete = 0 where c.is_delete = 0
and c.number > 0
and c.consumer_id = #{consumerId} and c.consumer_id = #{consumerId}
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment