| | |
| | | a.${record.sort} ${record.order} |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="selectOneByCompanyIdAndActTypeAndActStatus" resultType="com.matrix.system.shopXcx.bean.ShopActivities"> |
| | | SELECT |
| | | * |
| | | FROM |
| | | shop_activities a |
| | | where |
| | | a.company_id=#{companyId} |
| | | and a.act_type=#{activitiesTypeSign} |
| | | and a.act_status=#{actstatusStatusIng} |
| | | </select> |
| | | |
| | | <select id="selectOneByCompanyIdAndActType" resultType="com.matrix.system.shopXcx.bean.ShopActivities"> |
| | | SELECT |
| | | * |
| | | FROM |
| | | shop_activities a |
| | | where |
| | | a.company_id=#{companyId} |
| | | and a.act_type=#{activitiesTypeSign} |
| | | and a.act_status != 5 |
| | | </select> |
| | | </mapper> |