Commit 61fee2ba authored by Sora's avatar Sora

[feat]增加变更、展期、注销登记方法

parent 81d8cd97
......@@ -46,9 +46,7 @@ public class ZdwWsRequestsController extends BaseController {
@ResponseBody
public JSONObject initRegister(HttpServletRequest request, @RequestBody Long batchId) {
IRequest requestContext = createRequestContext(request);
JSONObject resultJson = new JSONObject();
resultJson = service.initRegisterService(requestContext, batchId);
return resultJson;
return service.initRegisterService(requestContext, batchId);
}
}
\ No newline at end of file
......@@ -91,4 +91,5 @@
<logger name="com.timevale" level="INFO" additivity="false">
<appender-ref ref="STDOUT"/>
</logger>
<logger name="com.hand.app.zhongDengWang.mapper" level="DEBUG"/>
</configuration>
\ No newline at end of file
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