|
|
|
@ -46,9 +46,9 @@ public class FpzhcxslServiceImpl extends MpBaseServiceImpl<BbfpzhslDao, Bbfpzhsl |
|
|
|
|
DynamicContextHolder.push(pramsMap.get("dbName") + DbConstant.BUSINESS_READ); |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
List<String> gfshList = (List<String>)pramsMap.get("gfsh"); |
|
|
|
|
String gfsh = (String) pramsMap.get("gfsh"); |
|
|
|
|
String inAccountStatus = (String)pramsMap.get("inAccountStatus"); |
|
|
|
|
if (gfshList.size() == 0) { |
|
|
|
|
if (StringUtils.isBlank(gfsh)) { |
|
|
|
|
// 未从getUserInfo()获取到购方税号信息
|
|
|
|
|
json.put("hjsl", "0"); |
|
|
|
|
json.put("hjje", "0"); |
|
|
|
|