Helius
2021-01-16 fa215acbed2974de77844a0749a68d27076e920b
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjUseDao.xml
@@ -510,10 +510,13 @@
    <!-- 根据id查询 -->
    <select id="selectById" resultMap="SysProjUseMap">
      select  *
      from sys_proj_use
      select a.*,
        b.TIME_LENGTH,
        b.img
        from sys_proj_use a
        left join shopping_goods b on a.proj_id=b.id
      where
      id=#{id}
      a.id=#{id}
   </select>
    <!-- 根据id查询 -->