1、档案提示请添加分类或检查接口传值
  在select * from bm_eams_ywfl a left join bm_eams_clsz b on a.bm = b.bm where a.bm1 = '机构编码' and a.bm3 = '操作编码'中检查是否有数据,没有数据则需要设置相应的档案材料。

2、档案查看按钮提示无数据   

检查
select * from eams_ywjnml_pre where ywlsh = '业务流水号' and jgbm = '机构编码' and ywlb = '业务类别' and khbh = '客户编号' 是否存在数据,不存在则说明档案提交时所传的参数和档案查看时所传的参数不一致
如:
select * from eams_ywjnml_pre where ywlsh = '01191010_00000063228' and jgbm = '01140101' and ywlb = '01050206' and khbh = '1000000293'

3、档案上传提示:上传失败

查看日志,具体问题具体分析,多数情况是前端传参有问题:1、参数类型错误 2、少传参数

相关文章:

  • 2021-10-01
  • 2021-12-07
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2021-09-20
  • 2022-01-08
猜你喜欢
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案