Commit 1cf06ed3 authored by Quxl's avatar Quxl

x

parent 665b1e2f
......@@ -87,7 +87,7 @@ public class CommonService {
}
}
@Transactional(propagation=Propagation.NOT_SUPPORTED)
public void saveApiAccessLog(String METHOD, String ADDRESS, String RESULT) {
Date now = new Date();
Map<String, Object> map = new HashMap<String, Object>();
......
......@@ -54,6 +54,9 @@ public class MaterialMasterServiceImpl implements MaterialMasterService {
String TRACE_NO = "sapmaterialmaster" + DateUtil.formatDate(now, DateUtil.FMT_DATETIME);
String DIS_CODE = null;
try {
if(true) {
throw new RuntimeException("");
}
RECORD RECORD = Z_MT_SD_001_MATERIAL_MASTER.getRECORD();
HEADER_SENDING HEADER_SENDING = RECORD.getHEADER_SENDING();
String DATUM = null;
......
......@@ -38,7 +38,7 @@
</root>
</springProfile>
<logger name="com.egolm.sso" level="DEBUG" />
<logger name="root" level="DEBUG" />
<logger name="com.egolm.sso.config.ExceptionAspect" level="ERROR">
<appender-ref ref="errorAppender" />
......
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