优化商品导出功能,按模板的格式排版

This commit is contained in:
季圣华
2023-04-20 00:49:21 +08:00
parent 645abd795a
commit 18140dea12
7 changed files with 68 additions and 100 deletions

View File

@@ -10,4 +10,9 @@
</foreach >
</insert>
<select id="getListExceptZero" resultType="com.jsh.erp.datasource.entities.MaterialInitialStock">
select * from jsh_material_initial_stock where number!=0
and ifnull(delete_flag,'0') !='1'
</select>
</mapper>