|
|
|
@ -45,7 +45,7 @@ public class TradeSecureServiceHanyinImpl implements TradeSecureService {
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public void uploadSecureReportYesterday() {
|
|
|
|
|
if (!sysConfigManager.getSysConfig().getBooleanValue("production_flag")) {
|
|
|
|
|
if (!sysConfigManager.getSysConfig().getBooleanValue("enable_hanyin_uploading")) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
logger.debug("start uploading secure report");
|
|
|
|
|