|
|
@ -11,6 +11,8 @@ import com.digiwin.athena.app.ptc.infra.service.CollectionDetailService; |
|
|
|
import com.digiwin.athena.opt.common.eai.EAIRequest; |
|
|
|
import com.digiwin.athena.opt.common.eai.service.AbsEAIService; |
|
|
|
import com.digiwin.athena.opt.common.security.SecurityUtil; |
|
|
|
import lombok.extern.log4j.Log4j2; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
@ -21,6 +23,8 @@ import java.util.Map; |
|
|
|
* @auther: zhenggl |
|
|
|
* @date: 2023/9/12 |
|
|
|
*/ |
|
|
|
@Service |
|
|
|
@Log4j2 |
|
|
|
public class ReceivablesTaskUpdateEAIService extends AbsEAIService { |
|
|
|
|
|
|
|
@Resource |
|
|
|