| | |
| | | vcc.business_start_time, |
| | | vcc.business_end_time |
| | | from new_fight_shopping as nfs |
| | | LEFT JOIN new_fight_community_config as vcc ON vcc.community_id=jso.community_id |
| | | LEFT JOIN new_fight_community_config as vcc ON vcc.community_id=nfs.community_id |
| | | <where> |
| | | 1=1 |
| | | <if test="communityId !=null and communityId !='' "> |
| | |
| | | vcc.business_start_time, |
| | | vcc.business_end_time |
| | | from new_fight_shopping as nfs |
| | | LEFT JOIN new_fight_community_config as vcc ON vcc.community_id=jso.community_id |
| | | LEFT JOIN new_fight_community_config as vcc ON vcc.community_id=nfs.community_id |
| | | where |
| | | nfs.id=#{id} |
| | | </select> |