Commit 4ac6d1b5 authored by xiami's avatar xiami

提交

parent 15c871d1
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile default="true" name="Default" enabled="true" />
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="quanku-applet" />
<module name="quanku-system" />
<module name="ch-dao" />
<module name="ch-core" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="ch-core" options="-parameters" />
<module name="ch-dao" options="-parameters" />
<module name="quanku-applet" options="-parameters" />
<module name="quanku-system" options="-parameters" />
</option>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/ch-admin-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/ch-core/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/ch-dao/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/ch-wx-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="wwdz-snapshots" />
<option name="name" value="wwdz-snapshots" />
<option name="url" value="http://nexus.wanwudezhi.work/repository/wwdz-snapshots-group/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="central" />
<option name="url" value="http://nexus.wanwudezhi.work/repository/wwdz-public/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="http://nexus.wanwudezhi.work/repository/wwdz-public/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="wwdz-releases" />
<option name="name" value="wwdz-releases" />
<option name="url" value="http://nexus.wanwudezhi.work/repository/wwdz-releases-group/" />
</remote-repository>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
</project>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6,6 +6,12 @@ public interface SignInTaskDao {
int insert(SignInTaskRequestDto signInTaskRequestDto);
int delete(SignInTaskRequestDto signInTaskRequestDto);
}
......@@ -34,16 +34,5 @@ public class SignInTaskServiceController {
}
@PostMapping("/findlist")
@ResponseBody
public Result findlistSign(@RequestBody SignInTaskRequestDto dto) throws {
logger.info("查询岛,请求参数:{}", JSON.toJSONString(dto));
if (dto.getCreatorId() == null) {
dto.setCreatorId(CommConsts.SYSTEM_ACCOUNT_FOR_UNLOGIN);
}
return signInTaskService.findlist(dto);
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment