fix
wzy
2021-07-13 d103d31aac5749e229e9f6ff73c02f9019690f2e
zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsAssembleDao.xml
@@ -446,4 +446,11 @@
    </select>
    <select id="selectProjIdNotNull" resultType="ShoppingGoodsAssemble">
        select * from shopping_goods_assemble where assemble_proj_id is not null
    </select>
    <select id="selectProjInfoById" resultType="java.util.HashMap">
        select * from sys_proj_info where id=#{id}
    </select>
</mapper>