| | |
| | | sale_num, |
| | | category_id, |
| | | his_pac_bm, |
| | | pym,tj_category |
| | | pym, |
| | | tj_category |
| | | from tj_package |
| | | </sql> |
| | | |
| | |
| | | <if test="pacName != null and pacName != ''">and pac_name like concat('%', #{pacName}, '%')</if> |
| | | <if test="pacRemark != null and pacRemark != ''">and pac_remark like concat('%', #{pacRemark}, '%')</if> |
| | | <if test="categoryId != null and categoryId != ''">and category_id = #{categoryId}</if> |
| | | <if test="tjCategory != null and tjCategory != ''">and tj_category = #{tjCategory}</if> |
| | | and deleted =0 |
| | | </where> |
| | | </select> |