|
|
|
@ -6,6 +6,7 @@ import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
|
|
import cokr.xit.base.crypto.CryptographySupport;
|
|
|
|
|
import cokr.xit.foundation.component.ScheduledServiceBean;
|
|
|
|
|
import cokr.xit.interfaces.lntris.special.b.LntrisB01;
|
|
|
|
|
import cokr.xit.interfaces.lntris.special.b.LntrisB01.B01ReqDetail;
|
|
|
|
@ -399,4 +400,9 @@ public class LntrisBServiceBean extends ScheduledServiceBean implements LntrisBS
|
|
|
|
|
public List<LntrisB16> getB16s(LntrisBQuery params) {
|
|
|
|
|
return b16Bean.getB16s(params);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
protected void onComplete() {
|
|
|
|
|
CryptographySupport.clear();
|
|
|
|
|
}
|
|
|
|
|
}
|