|
|
|
@ -12,8 +12,8 @@ import javax.annotation.Resource; |
|
|
|
|
import com.dxhy.common.constant.DictConstant; |
|
|
|
|
import com.dxhy.common.utils.DateUtils; |
|
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
|
import org.apache.commons.lang.StringUtils; |
|
|
|
|
import org.apache.commons.lang3.ObjectUtils; |
|
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
|
import org.jetbrains.annotations.NotNull; |
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
@ -443,12 +443,14 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
@Override |
|
|
|
|
public String inTellingCheck(Map<String, Object> pramsMap) { |
|
|
|
|
log.info("入参是:{}",pramsMap); |
|
|
|
|
JSONObject json; |
|
|
|
|
JSONObject json = new JSONObject(); |
|
|
|
|
DynamicContextHolder.push(pramsMap.get("dbName") + DbConstant.BUSINESS_READ); |
|
|
|
|
try { |
|
|
|
|
String company = (String)pramsMap.get("company"); |
|
|
|
|
String menuId = (String)pramsMap.get("menuId"); |
|
|
|
|
if (StringUtils.isNotBlank(menuId)){ |
|
|
|
|
json = tabulateRedisService.getTabulateMenu(company, menuId); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
List<String> gfshList = (List<String>)pramsMap.get("gfsh"); |
|
|
|
|
String sign = (String) pramsMap.get("sign"); |
|
|
|
|