完成oracle代码!
This commit is contained in:
parent
3b45aea501
commit
22eb976740
@ -52,7 +52,7 @@ public class uploadDataProcessor extends HttpServlet
|
|||||||
{
|
{
|
||||||
tempPathRoot = (String) request.getSession().getAttribute( "临时文件根目录" );
|
tempPathRoot = (String) request.getSession().getAttribute( "临时文件根目录" );
|
||||||
|
|
||||||
String importMessage = null;
|
String importMessage = "_(ˇωˇ」∠)_ 导入成功!…";
|
||||||
ArrayList<TelsalePolicyRecord> policyRecordList = new ArrayList<TelsalePolicyRecord>();
|
ArrayList<TelsalePolicyRecord> policyRecordList = new ArrayList<TelsalePolicyRecord>();
|
||||||
|
|
||||||
try
|
try
|
||||||
|
@ -178,8 +178,8 @@ CREATE OR REPLACE PACKAGE BODY telsale_policy_check_pkg IS
|
|||||||
IF l_policy_sectionoffice_code != a_operator_sectionoffice_code OR
|
IF l_policy_sectionoffice_code != a_operator_sectionoffice_code OR
|
||||||
l_policy_department_code != a_operator_department_code
|
l_policy_department_code != a_operator_department_code
|
||||||
THEN
|
THEN
|
||||||
raise_application_error(ENTRY_STAFF_CODE_NOT_EXIST_EXCEPT_CODE,
|
raise_application_error(OPERATOE_CODE_NOT_MATCH_EXCEPT_CODE,
|
||||||
ENTRY_STAFF_CODE_NOT_EXIST_EXCEPT_TEXT);
|
OPERATOE_CODE_NOT_MATCH_EXCEPT_TEXT);
|
||||||
END IF;
|
END IF;
|
||||||
|
|
||||||
--没错误后,保存记录
|
--没错误后,保存记录
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user