MealsDeductMinidaoDao_getAllEntities.sql 99 B

1234
  1. select c.* from t_bus_meals_deduct c where 1=1
  2. and c.delete_flag = 0
  3. ORDER BY
  4. c.create_date DESC