This commit is contained in:
linfso 2024-06-06 09:44:41 +08:00
parent 3d2a86ca4c
commit ba7b3bf5d7
5 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.fastreport:fastreport:1.0.0">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/fastreport/fastreport/1.0.0/fastreport-1.0.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/fastreport/fastreport/1.0.0/fastreport-1.0.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/fastreport/fastreport/1.0.0/fastreport-1.0.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -250,5 +250,6 @@
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
<orderEntry type="library" name="Maven: org.apache.pdfbox:fontbox:2.0.9" level="project" />
<orderEntry type="library" name="Maven: net.coobird:thumbnailator:0.4.11" level="project" />
<orderEntry type="library" name="Maven: com.fastreport:fastreport:1.0.0" level="project" />
</component>
</module>

View File

@ -74,7 +74,7 @@ public class EmisWaybillAttachmentController extends EmisBaseController
{
startPage();
// 设置通用权限查询参数
// 设置通用权限查询参数
setPrivParams(emisWaybillAttachment);
if(!StringUtils.isEmpty(emisWaybillAttachment.getBillCode())){

View File

@ -209,5 +209,6 @@
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
<orderEntry type="library" name="Maven: org.apache.pdfbox:fontbox:2.0.9" level="project" />
<orderEntry type="library" name="Maven: net.coobird:thumbnailator:0.4.11" level="project" />
<orderEntry type="library" name="Maven: com.fastreport:fastreport:1.0.0" level="project" />
</component>
</module>

View File

@ -77,6 +77,11 @@
<version>0.4.11</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.fastreport</groupId>-->
<!-- <artifactId>fastreport</artifactId>-->
<!-- <version>1.0.0</version>-->
<!-- </dependency>-->
</dependencies>