Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6fcd3c4f
authored
Jun 12, 2018
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test
1 parent
ef897860
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
32 deletions
test
test
View file @
6fcd3c4
查询条件:保单号 "期望:输入框只限数字类型(整形)
实际:任何类型数据都可以输入"
查询条件:客户号 "期望:输入框只限数字类型(整形)
实际:任何类型数据都可以输入"
查询条件:续收人员工号 "期望:输入框只限数字类型(整形)
实际:任何类型数据都可以输入"
查询条件:业务员工号 "期望:输入框只限数字类型(整形)
实际:任何类型数据都可以输入"
查询条件:机构名称 "期望:可以选择实际机构
实际:只能选择虚拟数据"
查询条件:险种 "期望:可以选择实际机构
实际:只能选择虚拟数据"
查询条件:保单状态 "期望:可以选择实际机构
实际:只能选择虚拟数据"
查询条件:渠道 "期望:可以选择实际机构
实际:只能选择虚拟数据"
查询条件:VIP客户等级 "期望:可以选择实际机构
实际:只能选择虚拟数据"
查询条件:缴次 "期望:左框填写次数要小于右框次数
实际:目前没有校验"
查询条件:保单金额 "期望:左框填写金额要小于右框金额
实际:目前没有校验"
查询条件:保单应缴日期 "期望:左框时间要小于右框的时间
实际:目前没有校验"
查询条件 "期望:查询条件做为空校验,只是有一个查询条件
实际:查询条件没有做为空校验"
批量查询弹框 "期望:显示优先级应该最高
实际:被页面其他元素遮盖"
重置按钮 "期望:重置查询条件
实际:重置数据无效"
自定义查询功能 "期望:根据用户输入的查询条件,查询符合条件的保单
实际:查询功能毫无反应"
select ds.flow_seq pk_serial, ds.dept_no,di.dept_name,si.emp_no,si.emp_name,bi.branch_code,bi.branch_name
from rn_dept_servicer ds, staff_info si,department_info di, branch_info bi,branch_code_relation bcr
where ds.service_no = si.emp_no
and ds.is_valid = 'Y'
and ds.dept_no = di.dept_no
and di.branch_code = bi.branch_code
and bcr.branch_code = bi.branch_code
and bcr.relative_grade>-1
and bcr.relative_branch_code = '8646'
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment