|
|
@ -10,7 +10,9 @@ import javax.annotation.Resource; |
|
|
|
|
|
|
|
|
|
|
|
import com.dxhy.auth.client.annotation.IgnoreClientToken; |
|
|
|
import com.dxhy.auth.client.annotation.IgnoreClientToken; |
|
|
|
import com.dxhy.auth.client.annotation.IgnoreUserToken; |
|
|
|
import com.dxhy.auth.client.annotation.IgnoreUserToken; |
|
|
|
|
|
|
|
import com.dxhy.common.util.StringHelper; |
|
|
|
import com.dxhy.common.vo.TaxOrgCode; |
|
|
|
import com.dxhy.common.vo.TaxOrgCode; |
|
|
|
|
|
|
|
import com.dxhy.common.vo.UserInfo; |
|
|
|
import com.dxhy.extend.entity.PullRecordReq; |
|
|
|
import com.dxhy.extend.entity.PullRecordReq; |
|
|
|
import org.springframework.http.ResponseEntity; |
|
|
|
import org.springframework.http.ResponseEntity; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
@ -169,6 +171,11 @@ public class ExtInvoicePoolController extends AbstractController { |
|
|
|
pramsMap.put("accountPeriod", accountPeriod); |
|
|
|
pramsMap.put("accountPeriod", accountPeriod); |
|
|
|
log.info("accountPeriod:{}",accountPeriod); |
|
|
|
log.info("accountPeriod:{}",accountPeriod); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
String companyCode = (String) pramsMap.get("companyCode"); |
|
|
|
|
|
|
|
if (StringHelper.isNotBlank(companyCode) && "99".equals(companyCode)){ |
|
|
|
|
|
|
|
pramsMap.put("companyCodes",getUserInfo().getCompanyCodes()); |
|
|
|
|
|
|
|
log.info("组织编码===>{}", pramsMap.get("companyCodes")); |
|
|
|
|
|
|
|
} |
|
|
|
int curr = (int)pramsMap.get("curr"); |
|
|
|
int curr = (int)pramsMap.get("curr"); |
|
|
|
int size = (int)pramsMap.get("size"); |
|
|
|
int size = (int)pramsMap.get("size"); |
|
|
|
try { |
|
|
|
try { |
|
|
|