保存进度!
This commit is contained in:
parent
12ce6403dd
commit
580bffc207
@ -73,7 +73,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.5</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api -->
|
||||
<dependency>
|
||||
|
@ -2,8 +2,8 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2022-12-15 14:08:28
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-12-16 17:57:06
|
||||
* @FilePath: \AdminSys\src\main\java\com\cpic\xim\myutils\account\CpicXIMStaffInfo.java
|
||||
* @LastEditTime: 2023-02-28 23:20:12
|
||||
* @FilePath: /后端-用户验证/src/main/java/com/cpic/xim/myutils/account/CpicXIMStaffInfo.java
|
||||
* @Description: 产险厦门分公司员工信息对象
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
@ -59,7 +59,7 @@ public class CpicXIMStaffInfo
|
||||
|
||||
result = stmt.executeQuery();
|
||||
|
||||
if ( result.next())
|
||||
if ( result.next() )
|
||||
{
|
||||
info = new CpicXIMStaffInfo();
|
||||
|
||||
@ -76,7 +76,7 @@ public class CpicXIMStaffInfo
|
||||
{
|
||||
try
|
||||
{
|
||||
if ( result != null)
|
||||
if ( result != null )
|
||||
{
|
||||
result.close();
|
||||
}
|
||||
@ -88,7 +88,7 @@ public class CpicXIMStaffInfo
|
||||
|
||||
try
|
||||
{
|
||||
if ( stmt != null)
|
||||
if ( stmt != null )
|
||||
{
|
||||
stmt.close();
|
||||
}
|
||||
@ -100,7 +100,7 @@ public class CpicXIMStaffInfo
|
||||
|
||||
try
|
||||
{
|
||||
if ( connection != null)
|
||||
if ( connection != null )
|
||||
{
|
||||
connection.close();
|
||||
}
|
||||
@ -187,24 +187,24 @@ public class CpicXIMStaffInfo
|
||||
this.setctionOfficeName = setctionOfficeName;
|
||||
}
|
||||
|
||||
@JsonProperty( "name")
|
||||
@JsonProperty( "name" )
|
||||
private String name;
|
||||
|
||||
@JsonProperty( "code")
|
||||
@JsonProperty( "code" )
|
||||
private String code;
|
||||
|
||||
@JsonProperty( "p13uid")
|
||||
@JsonProperty( "p13uid" )
|
||||
private String p13UID;
|
||||
|
||||
@JsonProperty( "department_code")
|
||||
@JsonProperty( "department_code" )
|
||||
private String departmentCode;
|
||||
|
||||
@JsonProperty( "department_name")
|
||||
@JsonProperty( "department_name" )
|
||||
private String departmentName;
|
||||
|
||||
@JsonProperty( "section_office_code")
|
||||
@JsonProperty( "section_office_code" )
|
||||
private String sectionOfficeCode;
|
||||
|
||||
@JsonProperty( "section_office_name")
|
||||
@JsonProperty( "section_office_name" )
|
||||
private String setctionOfficeName;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user