|
|
@ -17,12 +17,10 @@ import com.dxhy.common.datasource.config.DynamicContextHolder; |
|
|
|
import com.dxhy.common.service.DictdetaServcice; |
|
|
|
import com.dxhy.common.service.DictdetaServcice; |
|
|
|
import com.dxhy.common.service.impl.MpBaseServiceImpl; |
|
|
|
import com.dxhy.common.service.impl.MpBaseServiceImpl; |
|
|
|
import com.dxhy.common.util.MathUtil; |
|
|
|
import com.dxhy.common.util.MathUtil; |
|
|
|
import com.dxhy.common.vo.DictdetaModel; |
|
|
|
|
|
|
|
import com.dxhy.core.dao.BbfpzhmxDao; |
|
|
|
import com.dxhy.core.dao.BbfpzhmxDao; |
|
|
|
import com.dxhy.core.dao.InvoiceDetailDao; |
|
|
|
import com.dxhy.core.dao.InvoiceDetailDao; |
|
|
|
import com.dxhy.core.model.BbfpzhmxcxRespVO; |
|
|
|
import com.dxhy.core.model.BbfpzhmxcxRespVO; |
|
|
|
import com.dxhy.core.service.export.FpzhcxmxService; |
|
|
|
import com.dxhy.core.service.export.FpzhcxmxService; |
|
|
|
import com.dxhy.core.util.InvoiceTypeUtils; |
|
|
|
|
|
|
|
import com.github.pagehelper.PageHelper; |
|
|
|
import com.github.pagehelper.PageHelper; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
|
|
|
|
|
|
|
@ -57,9 +55,9 @@ public class FpzhcxmxServiceImpl extends MpBaseServiceImpl<BbfpzhmxDao, Bbfpzhmx |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
try { |
|
|
|
|
|
|
|
|
|
|
|
List<String> gfshList = (List<String>)pramsMap.get("gfsh"); |
|
|
|
String gfsh = (String) pramsMap.get("gfsh"); |
|
|
|
String inAccountStatus = (String)pramsMap.get("inAccountStatus"); |
|
|
|
String inAccountStatus = (String)pramsMap.get("inAccountStatus"); |
|
|
|
if (gfshList.size() == 0) { |
|
|
|
if (StringUtils.isBlank(gfsh)) { |
|
|
|
// 未从getUserInfo()获取到购方税号信息
|
|
|
|
// 未从getUserInfo()获取到购方税号信息
|
|
|
|
json.put("hjsl", "0"); |
|
|
|
json.put("hjsl", "0"); |
|
|
|
json.put("hjje", "0"); |
|
|
|
json.put("hjje", "0"); |
|
|
|