Commit 921cd2d1 authored by 赵啸非's avatar 赵啸非

修改根据业务查询部门逻辑

parent a78a7f33
......@@ -23,6 +23,7 @@
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- 文件保存策略-->
<fileNamePattern>${logFilePath}/${springApplicationName:-default}/${springApplicationName:-default}-info.log.%d{yyyyMMdd}</fileNamePattern>
<cleanHistoryOnStart>true</cleanHistoryOnStart>
<!--日志文件保留天数-->
<MaxHistory>7</MaxHistory>
</rollingPolicy>
......@@ -68,8 +69,8 @@
<appender-ref ref="fileError"/>
</logger>
<!-- <logger name="com.mortals.xhx.module">
<logger name="com.mortals.xhx.module">
<level value="debug"/>
</logger>-->
</logger>
</configuration>
\ No newline at end of file
......@@ -62,7 +62,7 @@ POST {{baseUrl}}/dept/getDeptListByBusiness
Content-Type: application/json
{
"siteBusinessIdList":[8,28]
"siteBusinessIdList":[9]
}
......
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