|
|
|
@ -6,7 +6,6 @@ import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
|
|
import cokr.xit.base.crypto.CryptographySupport;
|
|
|
|
|
import cokr.xit.foundation.component.ScheduledServiceBean;
|
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
|
import cokr.xit.interfaces.lntris.SourceMessage;
|
|
|
|
@ -228,9 +227,4 @@ public class LntrisDServiceBean extends ScheduledServiceBean implements LntrisDS
|
|
|
|
|
public int updateD07eStatus(String[] d07eIds, String status, String msg) {
|
|
|
|
|
return d07eBean.updateD07eStatus(d07eIds, status, msg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
protected void onComplete() {
|
|
|
|
|
CryptographySupport.clear();
|
|
|
|
|
}
|
|
|
|
|
}
|