wzy
2021-03-29 a4a1350a04f94e7ee553d6091069b3fd5c26a6b2
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjUseDao.xml
@@ -526,11 +526,8 @@
    <!-- 根据id查询 -->
    <select id="selectById" resultMap="SysProjUseMap">
      select a.*,
        b.TIME_LENGTH,
        b.img
      select a.*
        from sys_proj_use a
        left join shopping_goods b on a.proj_id=b.id
      where
      a.id=#{id}
   </select>