This commit is contained in:
linfso 2024-05-07 11:28:50 +08:00
parent 382f8aed9d
commit 6c28c4231b
6 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.xdadan:emis-common:1.0.2">
<library name="Maven: com.xdadan:emis-common:1.0.3">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-common/1.0.2/emis-common-1.0.2.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-common/1.0.3/emis-common-1.0.3.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-common/1.0.2/emis-common-1.0.2-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-common/1.0.3/emis-common-1.0.3-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-common/1.0.2/emis-common-1.0.2-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-common/1.0.3/emis-common-1.0.3-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -78,7 +78,7 @@
<orderEntry type="library" name="Maven: net.java.dev.jna:jna:5.10.0" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna-platform:5.10.0" level="project" />
<orderEntry type="module" module-name="emis-biz" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.2" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.3" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-security:2.5.10" level="project" />
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-config:5.5.5" level="project" />

View File

@ -15,7 +15,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.2" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.3" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-beans:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context:5.3.16" level="project" />

View File

@ -175,7 +175,7 @@ public class EmisBaseService {
crt.setOwnerSite(siteCode);
crt.setUserName(crt.getCustomerCode());
crt.preUpdate();
emisCustomerUserMapper.updateById(crt);
emisCustomerUserMapper.updateEmisCustomerUser(crt);
}
}

View File

@ -78,7 +78,7 @@
<orderEntry type="library" name="Maven: net.java.dev.jna:jna:5.10.0" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna-platform:5.10.0" level="project" />
<orderEntry type="module" module-name="emis-wms" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.2" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.3" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-security:2.5.10" level="project" />
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-config:5.5.5" level="project" />

View File

@ -15,7 +15,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.2" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.3" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-beans:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context:5.3.16" level="project" />