Browse Source

修复地块列表查询错误

liuyaowen 11 tháng trước cách đây
mục cha
commit
3f7567bb6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/FmsBlockMapper.xml

+ 1 - 1
src/main/resources/mapper/FmsBlockMapper.xml

@@ -73,7 +73,7 @@
     <select id="selectFmsBlockInfoByBlockId" parameterType="String" resultType="com.yunfeiyun.agmp.fms.domain.resvo.FmsBlockResVo">
         SELECT b.blockId, b.landId, b.blockName, b.blockType, b.blockManager, b.blockArea,
             b.blockSeq, b.blockAreaplant, b.blockLngrange, b.blockColor, b.blockRemark, b.blockIcon,
-            b.blockIstransfer, b.blockTransferinfo, b.blockOwnerinfo
+            b.blockIstransfer, b.blockTransferinfo, b.blockOwnerinfo,
             b.tid, l.landName,
             u.userName as blockManagername, (select GROUP_CONCAT(resUrl) from SysRes r where r.resBusId = b.blockId) blockPreview
         from FmsBlock b