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

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

@@ -30,8 +30,4 @@ file.path=/opt/jshERP/upload
server.tomcat.basedir=/opt/tmp/tomcat
#文件上传限制(byte)
spring.servlet.multipart.max-file-size=10485760
spring.servlet.multipart.max-request-size=10485760
#模板路径
template.path=/home/jshERP/jshERP-web/public/doc
#导出方式 0-不带模板(默认) 1-带模板
export.mode=0
spring.servlet.multipart.max-request-size=10485760

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>