|
|
|
@ -14,9 +14,7 @@ import com.dxhy.erp.dao.BaseReceiptOutDao; |
|
|
|
|
import com.dxhy.erp.entity.BaseInvoiceEditVO; |
|
|
|
|
import com.dxhy.erp.entity.BaseTDxRecordInvoice; |
|
|
|
|
import com.dxhy.erp.entity.BaseTDxRecordInvoiceOut; |
|
|
|
|
import com.dxhy.erp.model.ErpInvoiceData; |
|
|
|
|
import com.dxhy.erp.model.EsOutPutResp; |
|
|
|
|
import com.dxhy.erp.model.OutPut; |
|
|
|
|
import com.dxhy.erp.model.*; |
|
|
|
|
import com.dxhy.erp.service.BaseIReceiptInvoiceService; |
|
|
|
|
import com.dxhy.erp.service.IReceiptOutService; |
|
|
|
|
import com.dxhy.erp.utils.JsonUtils; |
|
|
|
@ -80,7 +78,7 @@ public class ReceiptOutServiceImpl extends MpBaseServiceImpl<BaseReceiptOutDao, |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public String transferOrcancelOut(List<ZDATAN> zdatans,UserInfo userInfo){ |
|
|
|
|
public String transferOrcancelOut(List<ZDATAN> zdatans, UserInfo userInfo){ |
|
|
|
|
String result = ""; |
|
|
|
|
for (ZDATAN zdata : zdatans) { |
|
|
|
|
//转出税额大于1则是转出
|
|
|
|
|