md
This commit is contained in:
parent
382f8aed9d
commit
6c28c4231b
@ -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>
|
||||
@ -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" />
|
||||
|
||||
@ -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" />
|
||||
|
||||
@ -175,7 +175,7 @@ public class EmisBaseService {
|
||||
crt.setOwnerSite(siteCode);
|
||||
crt.setUserName(crt.getCustomerCode());
|
||||
crt.preUpdate();
|
||||
emisCustomerUserMapper.updateById(crt);
|
||||
emisCustomerUserMapper.updateEmisCustomerUser(crt);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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" />
|
||||
|
||||
@ -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" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user