|
|
|
@ -143,7 +143,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<!-- </delete>--> |
|
|
|
|
|
|
|
<select id="selectSceneManageListAll" parameterType="SceneManage" resultMap="SceneManageResult"> |
|
|
|
select cu.guid, cu.name, cu.sort, cu.status, cu.is_open, cu.use_total, zd.upload_path from scene_manage as cu |
|
|
|
select cu.guid, cu.name, cu.code, cu.sort, cu.status, cu.is_open, cu.use_total, zd.upload_path from scene_manage as cu |
|
|
|
inner join zdxt_file as zd |
|
|
|
on cu.guid = zd.business_id |
|
|
|
<where> |
|
|
|
|