md
This commit is contained in:
parent
3d2a86ca4c
commit
ba7b3bf5d7
13
.idea/libraries/Maven__com_fastreport_fastreport_1_0_0.xml
Normal file
13
.idea/libraries/Maven__com_fastreport_fastreport_1_0_0.xml
Normal 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>
|
||||||
@ -250,5 +250,6 @@
|
|||||||
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
|
<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: 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: net.coobird:thumbnailator:0.4.11" level="project" />
|
||||||
|
<orderEntry type="library" name="Maven: com.fastreport:fastreport:1.0.0" level="project" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@ -74,7 +74,7 @@ public class EmisWaybillAttachmentController extends EmisBaseController
|
|||||||
{
|
{
|
||||||
startPage();
|
startPage();
|
||||||
|
|
||||||
// 设置通用权限查询参数
|
// 设置通用权限查询参数
|
||||||
setPrivParams(emisWaybillAttachment);
|
setPrivParams(emisWaybillAttachment);
|
||||||
|
|
||||||
if(!StringUtils.isEmpty(emisWaybillAttachment.getBillCode())){
|
if(!StringUtils.isEmpty(emisWaybillAttachment.getBillCode())){
|
||||||
|
|||||||
@ -209,5 +209,6 @@
|
|||||||
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
|
<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: 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: net.coobird:thumbnailator:0.4.11" level="project" />
|
||||||
|
<orderEntry type="library" name="Maven: com.fastreport:fastreport:1.0.0" level="project" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@ -77,6 +77,11 @@
|
|||||||
<version>0.4.11</version>
|
<version>0.4.11</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- <dependency>-->
|
||||||
|
<!-- <groupId>com.fastreport</groupId>-->
|
||||||
|
<!-- <artifactId>fastreport</artifactId>-->
|
||||||
|
<!-- <version>1.0.0</version>-->
|
||||||
|
<!-- </dependency>-->
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user