Browse Source

场景码

master
yanyan 2 years ago
parent
commit
123b318204
  1. 2
      lib/EmergencyService/zdxtEmergencyKnowledgeService/src/main/resources/mapper/SceneManageMapper.xml

2
lib/EmergencyService/zdxtEmergencyKnowledgeService/src/main/resources/mapper/SceneManageMapper.xml

@ -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>

Loading…
Cancel
Save