Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hp-smart
Commits
fa245949
Commit
fa245949
authored
Sep 26, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.客户回访、客户投诉、客户关怀功能开发
parent
cd910d02
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
808 additions
and
4 deletions
+808
-4
HPFW004.java
src/main/java/com/baosight/hpjx/hp/fw/domain/HPFW004.java
+596
-0
HPFW004.xml
src/main/java/com/baosight/hpjx/hp/fw/sql/HPFW004.xml
+208
-0
HPFW002.js
src/main/webapp/HP/FW/HPFW002.js
+2
-2
HPFW002.jsp
src/main/webapp/HP/FW/HPFW002.jsp
+2
-2
No files found.
src/main/java/com/baosight/hpjx/hp/fw/domain/HPFW004.java
0 → 100644
View file @
fa245949
package
com
.
baosight
.
hpjx
.
hp
.
fw
.
domain
;
import
com.baosight.iplat4j.core.data.DaoEPBase
;
import
com.baosight.iplat4j.core.ei.EiColumn
;
import
com.baosight.iplat4j.core.util.NumberUtils
;
import
com.baosight.iplat4j.core.util.StringUtils
;
import
java.util.HashMap
;
import
java.util.Map
;
/**
* Project: <br>
* Title:THpfw004.java <br>
* Description: <br>
*
* Copyrigth:Baosight Software LTD.co Copyright (c) 2019. <br>
*
* @version 1.0
* @history 2024-09-26 17:27:15 create
*/
public
class
HPFW004
extends
DaoEPBase
{
private
static
final
long
serialVersionUID
=
1L
;
public
static
final
String
FIELD_ID
=
"id"
;
/* ID*/
public
static
final
String
FIELD_COMPANY_CODE
=
"companyCode"
;
/* 公司编码*/
public
static
final
String
FIELD_DEP_CODE
=
"depCode"
;
/* 部门编码*/
public
static
final
String
FIELD_CREATED_BY
=
"createdBy"
;
/* 创建人*/
public
static
final
String
FIELD_CREATED_NAME
=
"createdName"
;
/* 创建人名称*/
public
static
final
String
FIELD_CREATED_TIME
=
"createdTime"
;
/* 创建时间*/
public
static
final
String
FIELD_UPDATED_BY
=
"updatedBy"
;
/* 修改人*/
public
static
final
String
FIELD_UPDATED_NAME
=
"updatedName"
;
/* 修改人名称*/
public
static
final
String
FIELD_UPDATED_TIME
=
"updatedTime"
;
/* 修改时间*/
public
static
final
String
FIELD_DELETE_FLAG
=
"deleteFlag"
;
/* 是否删除 0-否1-是*/
public
static
final
String
FIELD_STATUS
=
"status"
;
/* 状态*/
public
static
final
String
FIELD_SUGGEST_DATE
=
"suggestDate"
;
/* 建议日期*/
public
static
final
String
FIELD_SUGGEST_NO
=
"suggestNo"
;
/* 建议单号*/
public
static
final
String
FIELD_CUSTOM_ID
=
"customId"
;
/* 客户ID*/
public
static
final
String
FIELD_CUSTOM_NAME
=
"customName"
;
/* 客户名称*/
public
static
final
String
FIELD_SUGGEST_WAY
=
"suggestWay"
;
/* 建议方式*/
public
static
final
String
FIELD_SUGGEST_TYPE
=
"suggestType"
;
/* 建议类型*/
public
static
final
String
FIELD_SUGGEST_CONTENT
=
"suggestContent"
;
/* 建议内容*/
public
static
final
String
FIELD_DEAL_CONTENT
=
"dealContent"
;
/* 处理结果*/
public
static
final
String
FIELD_DEAL_USER_ID
=
"dealUserId"
;
/* 处理人ID*/
public
static
final
String
FIELD_DEAL_USER_NAME
=
"dealUserName"
;
/* 处理人名称*/
public
static
final
String
COL_ID
=
"ID"
;
/* ID*/
public
static
final
String
COL_COMPANY_CODE
=
"COMPANY_CODE"
;
/* 公司编码*/
public
static
final
String
COL_DEP_CODE
=
"DEP_CODE"
;
/* 部门编码*/
public
static
final
String
COL_CREATED_BY
=
"CREATED_BY"
;
/* 创建人*/
public
static
final
String
COL_CREATED_NAME
=
"CREATED_NAME"
;
/* 创建人名称*/
public
static
final
String
COL_CREATED_TIME
=
"CREATED_TIME"
;
/* 创建时间*/
public
static
final
String
COL_UPDATED_BY
=
"UPDATED_BY"
;
/* 修改人*/
public
static
final
String
COL_UPDATED_NAME
=
"UPDATED_NAME"
;
/* 修改人名称*/
public
static
final
String
COL_UPDATED_TIME
=
"UPDATED_TIME"
;
/* 修改时间*/
public
static
final
String
COL_DELETE_FLAG
=
"DELETE_FLAG"
;
/* 是否删除 0-否1-是*/
public
static
final
String
COL_STATUS
=
"STATUS"
;
/* 状态*/
public
static
final
String
COL_SUGGEST_DATE
=
"SUGGEST_DATE"
;
/* 建议日期*/
public
static
final
String
COL_SUGGEST_NO
=
"SUGGEST_NO"
;
/* 建议单号*/
public
static
final
String
COL_CUSTOM_ID
=
"CUSTOM_ID"
;
/* 客户ID*/
public
static
final
String
COL_CUSTOM_NAME
=
"CUSTOM_NAME"
;
/* 客户名称*/
public
static
final
String
COL_SUGGEST_WAY
=
"SUGGEST_WAY"
;
/* 建议方式*/
public
static
final
String
COL_SUGGEST_TYPE
=
"SUGGEST_TYPE"
;
/* 建议类型*/
public
static
final
String
COL_SUGGEST_CONTENT
=
"SUGGEST_CONTENT"
;
/* 建议内容*/
public
static
final
String
COL_DEAL_CONTENT
=
"DEAL_CONTENT"
;
/* 处理结果*/
public
static
final
String
COL_DEAL_USER_ID
=
"DEAL_USER_ID"
;
/* 处理人ID*/
public
static
final
String
COL_DEAL_USER_NAME
=
"DEAL_USER_NAME"
;
/* 处理人名称*/
public
static
final
String
QUERY
=
"HPFW004.query"
;
public
static
final
String
COUNT
=
"HPFW004.count"
;
public
static
final
String
INSERT
=
"HPFW004.insert"
;
public
static
final
String
UPDATE
=
"HPFW004.update"
;
public
static
final
String
DELETE
=
"HPFW004.delete"
;
private
Long
id
=
new
Long
(
0
);
/* ID*/
private
String
companyCode
=
" "
;
/* 公司编码*/
private
String
depCode
=
" "
;
/* 部门编码*/
private
String
createdBy
=
" "
;
/* 创建人*/
private
String
createdName
=
" "
;
/* 创建人名称*/
private
String
createdTime
=
" "
;
/* 创建时间*/
private
String
updatedBy
=
" "
;
/* 修改人*/
private
String
updatedName
=
" "
;
/* 修改人名称*/
private
String
updatedTime
=
" "
;
/* 修改时间*/
private
Integer
deleteFlag
=
new
Integer
(
0
);
/* 是否删除 0-否1-是*/
private
Integer
status
=
new
Integer
(
0
);
/* 状态*/
private
String
suggestDate
=
" "
;
/* 建议日期*/
private
String
suggestNo
=
" "
;
/* 建议单号*/
private
String
customId
=
" "
;
/* 客户ID*/
private
String
customName
=
" "
;
/* 客户名称*/
private
Integer
suggestWay
=
new
Integer
(
0
);
/* 建议方式*/
private
Integer
suggestType
=
new
Integer
(
0
);
/* 建议类型*/
private
String
suggestContent
=
" "
;
/* 建议内容*/
private
String
dealContent
=
" "
;
/* 处理结果*/
private
String
dealUserId
=
" "
;
/* 处理人ID*/
private
String
dealUserName
=
" "
;
/* 处理人名称*/
/**
* initialize the metadata.
*/
public
void
initMetaData
()
{
EiColumn
eiColumn
;
eiColumn
=
new
EiColumn
(
FIELD_ID
);
eiColumn
.
setPrimaryKey
(
true
);
eiColumn
.
setDescName
(
"ID"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_COMPANY_CODE
);
eiColumn
.
setDescName
(
"公司编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_DEP_CODE
);
eiColumn
.
setDescName
(
"部门编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_CREATED_BY
);
eiColumn
.
setDescName
(
"创建人"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_CREATED_NAME
);
eiColumn
.
setDescName
(
"创建人名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_CREATED_TIME
);
eiColumn
.
setDescName
(
"创建时间"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_UPDATED_BY
);
eiColumn
.
setDescName
(
"修改人"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_UPDATED_NAME
);
eiColumn
.
setDescName
(
"修改人名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_UPDATED_TIME
);
eiColumn
.
setDescName
(
"修改时间"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_DELETE_FLAG
);
eiColumn
.
setDescName
(
"是否删除 0-否1-是"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_STATUS
);
eiColumn
.
setDescName
(
"状态"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_SUGGEST_DATE
);
eiColumn
.
setDescName
(
"建议日期"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_SUGGEST_NO
);
eiColumn
.
setDescName
(
"建议单号"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_CUSTOM_ID
);
eiColumn
.
setDescName
(
"客户ID"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_CUSTOM_NAME
);
eiColumn
.
setDescName
(
"客户名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_SUGGEST_WAY
);
eiColumn
.
setDescName
(
"建议方式"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_SUGGEST_TYPE
);
eiColumn
.
setDescName
(
"建议类型"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_SUGGEST_CONTENT
);
eiColumn
.
setDescName
(
"建议内容"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_DEAL_CONTENT
);
eiColumn
.
setDescName
(
"处理结果"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_DEAL_USER_ID
);
eiColumn
.
setDescName
(
"处理人ID"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_DEAL_USER_NAME
);
eiColumn
.
setDescName
(
"处理人名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
}
/**
* the constructor.
*/
public
HPFW004
()
{
initMetaData
();
}
/**
* get the id - ID.
* @return the id
*/
public
Long
getId
()
{
return
this
.
id
;
}
/**
* set the id - ID.
*
* @param id - ID
*/
public
void
setId
(
Long
id
)
{
this
.
id
=
id
;
}
/**
* get the companyCode - 公司编码.
* @return the companyCode
*/
public
String
getCompanyCode
()
{
return
this
.
companyCode
;
}
/**
* set the companyCode - 公司编码.
*
* @param companyCode - 公司编码
*/
public
void
setCompanyCode
(
String
companyCode
)
{
this
.
companyCode
=
companyCode
;
}
/**
* get the depCode - 部门编码.
* @return the depCode
*/
public
String
getDepCode
()
{
return
this
.
depCode
;
}
/**
* set the depCode - 部门编码.
*
* @param depCode - 部门编码
*/
public
void
setDepCode
(
String
depCode
)
{
this
.
depCode
=
depCode
;
}
/**
* get the createdBy - 创建人.
* @return the createdBy
*/
public
String
getCreatedBy
()
{
return
this
.
createdBy
;
}
/**
* set the createdBy - 创建人.
*
* @param createdBy - 创建人
*/
public
void
setCreatedBy
(
String
createdBy
)
{
this
.
createdBy
=
createdBy
;
}
/**
* get the createdName - 创建人名称.
* @return the createdName
*/
public
String
getCreatedName
()
{
return
this
.
createdName
;
}
/**
* set the createdName - 创建人名称.
*
* @param createdName - 创建人名称
*/
public
void
setCreatedName
(
String
createdName
)
{
this
.
createdName
=
createdName
;
}
/**
* get the createdTime - 创建时间.
* @return the createdTime
*/
public
String
getCreatedTime
()
{
return
this
.
createdTime
;
}
/**
* set the createdTime - 创建时间.
*
* @param createdTime - 创建时间
*/
public
void
setCreatedTime
(
String
createdTime
)
{
this
.
createdTime
=
createdTime
;
}
/**
* get the updatedBy - 修改人.
* @return the updatedBy
*/
public
String
getUpdatedBy
()
{
return
this
.
updatedBy
;
}
/**
* set the updatedBy - 修改人.
*
* @param updatedBy - 修改人
*/
public
void
setUpdatedBy
(
String
updatedBy
)
{
this
.
updatedBy
=
updatedBy
;
}
/**
* get the updatedName - 修改人名称.
* @return the updatedName
*/
public
String
getUpdatedName
()
{
return
this
.
updatedName
;
}
/**
* set the updatedName - 修改人名称.
*
* @param updatedName - 修改人名称
*/
public
void
setUpdatedName
(
String
updatedName
)
{
this
.
updatedName
=
updatedName
;
}
/**
* get the updatedTime - 修改时间.
* @return the updatedTime
*/
public
String
getUpdatedTime
()
{
return
this
.
updatedTime
;
}
/**
* set the updatedTime - 修改时间.
*
* @param updatedTime - 修改时间
*/
public
void
setUpdatedTime
(
String
updatedTime
)
{
this
.
updatedTime
=
updatedTime
;
}
/**
* get the deleteFlag - 是否删除 0-否1-是.
* @return the deleteFlag
*/
public
Integer
getDeleteFlag
()
{
return
this
.
deleteFlag
;
}
/**
* set the deleteFlag - 是否删除 0-否1-是.
*
* @param deleteFlag - 是否删除 0-否1-是
*/
public
void
setDeleteFlag
(
Integer
deleteFlag
)
{
this
.
deleteFlag
=
deleteFlag
;
}
/**
* get the status - 状态.
* @return the status
*/
public
Integer
getStatus
()
{
return
this
.
status
;
}
/**
* set the status - 状态.
*
* @param status - 状态
*/
public
void
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
}
/**
* get the suggestDate - 建议日期.
* @return the suggestDate
*/
public
String
getSuggestDate
()
{
return
this
.
suggestDate
;
}
/**
* set the suggestDate - 建议日期.
*
* @param suggestDate - 建议日期
*/
public
void
setSuggestDate
(
String
suggestDate
)
{
this
.
suggestDate
=
suggestDate
;
}
/**
* get the suggestNo - 建议单号.
* @return the suggestNo
*/
public
String
getSuggestNo
()
{
return
this
.
suggestNo
;
}
/**
* set the suggestNo - 建议单号.
*
* @param suggestNo - 建议单号
*/
public
void
setSuggestNo
(
String
suggestNo
)
{
this
.
suggestNo
=
suggestNo
;
}
/**
* get the customId - 客户ID.
* @return the customId
*/
public
String
getCustomId
()
{
return
this
.
customId
;
}
/**
* set the customId - 客户ID.
*
* @param customId - 客户ID
*/
public
void
setCustomId
(
String
customId
)
{
this
.
customId
=
customId
;
}
/**
* get the customName - 客户名称.
* @return the customName
*/
public
String
getCustomName
()
{
return
this
.
customName
;
}
/**
* set the customName - 客户名称.
*
* @param customName - 客户名称
*/
public
void
setCustomName
(
String
customName
)
{
this
.
customName
=
customName
;
}
/**
* get the suggestWay - 建议方式.
* @return the suggestWay
*/
public
Integer
getSuggestWay
()
{
return
this
.
suggestWay
;
}
/**
* set the suggestWay - 建议方式.
*
* @param suggestWay - 建议方式
*/
public
void
setSuggestWay
(
Integer
suggestWay
)
{
this
.
suggestWay
=
suggestWay
;
}
/**
* get the suggestType - 建议类型.
* @return the suggestType
*/
public
Integer
getSuggestType
()
{
return
this
.
suggestType
;
}
/**
* set the suggestType - 建议类型.
*
* @param suggestType - 建议类型
*/
public
void
setSuggestType
(
Integer
suggestType
)
{
this
.
suggestType
=
suggestType
;
}
/**
* get the suggestContent - 建议内容.
* @return the suggestContent
*/
public
String
getSuggestContent
()
{
return
this
.
suggestContent
;
}
/**
* set the suggestContent - 建议内容.
*
* @param suggestContent - 建议内容
*/
public
void
setSuggestContent
(
String
suggestContent
)
{
this
.
suggestContent
=
suggestContent
;
}
/**
* get the dealContent - 处理结果.
* @return the dealContent
*/
public
String
getDealContent
()
{
return
this
.
dealContent
;
}
/**
* set the dealContent - 处理结果.
*
* @param dealContent - 处理结果
*/
public
void
setDealContent
(
String
dealContent
)
{
this
.
dealContent
=
dealContent
;
}
/**
* get the dealUserId - 处理人ID.
* @return the dealUserId
*/
public
String
getDealUserId
()
{
return
this
.
dealUserId
;
}
/**
* set the dealUserId - 处理人ID.
*
* @param dealUserId - 处理人ID
*/
public
void
setDealUserId
(
String
dealUserId
)
{
this
.
dealUserId
=
dealUserId
;
}
/**
* get the dealUserName - 处理人名称.
* @return the dealUserName
*/
public
String
getDealUserName
()
{
return
this
.
dealUserName
;
}
/**
* set the dealUserName - 处理人名称.
*
* @param dealUserName - 处理人名称
*/
public
void
setDealUserName
(
String
dealUserName
)
{
this
.
dealUserName
=
dealUserName
;
}
/**
* get the value from Map.
*
* @param map - source data map
*/
@Override
public
void
fromMap
(
Map
map
)
{
setId
(
NumberUtils
.
toLong
(
StringUtils
.
toString
(
map
.
get
(
FIELD_ID
)),
id
));
setCompanyCode
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_COMPANY_CODE
)),
companyCode
));
setDepCode
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_DEP_CODE
)),
depCode
));
setCreatedBy
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_CREATED_BY
)),
createdBy
));
setCreatedName
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_CREATED_NAME
)),
createdName
));
setCreatedTime
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_CREATED_TIME
)),
createdTime
));
setUpdatedBy
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_UPDATED_BY
)),
updatedBy
));
setUpdatedName
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_UPDATED_NAME
)),
updatedName
));
setUpdatedTime
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_UPDATED_TIME
)),
updatedTime
));
setDeleteFlag
(
NumberUtils
.
toInteger
(
StringUtils
.
toString
(
map
.
get
(
FIELD_DELETE_FLAG
)),
deleteFlag
));
setStatus
(
NumberUtils
.
toInteger
(
StringUtils
.
toString
(
map
.
get
(
FIELD_STATUS
)),
status
));
setSuggestDate
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_SUGGEST_DATE
)),
suggestDate
));
setSuggestNo
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_SUGGEST_NO
)),
suggestNo
));
setCustomId
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_CUSTOM_ID
)),
customId
));
setCustomName
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_CUSTOM_NAME
)),
customName
));
setSuggestWay
(
NumberUtils
.
toInteger
(
StringUtils
.
toString
(
map
.
get
(
FIELD_SUGGEST_WAY
)),
suggestWay
));
setSuggestType
(
NumberUtils
.
toInteger
(
StringUtils
.
toString
(
map
.
get
(
FIELD_SUGGEST_TYPE
)),
suggestType
));
setSuggestContent
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_SUGGEST_CONTENT
)),
suggestContent
));
setDealContent
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_DEAL_CONTENT
)),
dealContent
));
setDealUserId
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_DEAL_USER_ID
)),
dealUserId
));
setDealUserName
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_DEAL_USER_NAME
)),
dealUserName
));
}
/**
* set the value to Map.
*/
@Override
public
Map
toMap
()
{
Map
map
=
new
HashMap
();
map
.
put
(
FIELD_ID
,
StringUtils
.
toString
(
id
,
eiMetadata
.
getMeta
(
FIELD_ID
)));
map
.
put
(
FIELD_COMPANY_CODE
,
StringUtils
.
toString
(
companyCode
,
eiMetadata
.
getMeta
(
FIELD_COMPANY_CODE
)));
map
.
put
(
FIELD_DEP_CODE
,
StringUtils
.
toString
(
depCode
,
eiMetadata
.
getMeta
(
FIELD_DEP_CODE
)));
map
.
put
(
FIELD_CREATED_BY
,
StringUtils
.
toString
(
createdBy
,
eiMetadata
.
getMeta
(
FIELD_CREATED_BY
)));
map
.
put
(
FIELD_CREATED_NAME
,
StringUtils
.
toString
(
createdName
,
eiMetadata
.
getMeta
(
FIELD_CREATED_NAME
)));
map
.
put
(
FIELD_CREATED_TIME
,
StringUtils
.
toString
(
createdTime
,
eiMetadata
.
getMeta
(
FIELD_CREATED_TIME
)));
map
.
put
(
FIELD_UPDATED_BY
,
StringUtils
.
toString
(
updatedBy
,
eiMetadata
.
getMeta
(
FIELD_UPDATED_BY
)));
map
.
put
(
FIELD_UPDATED_NAME
,
StringUtils
.
toString
(
updatedName
,
eiMetadata
.
getMeta
(
FIELD_UPDATED_NAME
)));
map
.
put
(
FIELD_UPDATED_TIME
,
StringUtils
.
toString
(
updatedTime
,
eiMetadata
.
getMeta
(
FIELD_UPDATED_TIME
)));
map
.
put
(
FIELD_DELETE_FLAG
,
StringUtils
.
toString
(
deleteFlag
,
eiMetadata
.
getMeta
(
FIELD_DELETE_FLAG
)));
map
.
put
(
FIELD_STATUS
,
StringUtils
.
toString
(
status
,
eiMetadata
.
getMeta
(
FIELD_STATUS
)));
map
.
put
(
FIELD_SUGGEST_DATE
,
StringUtils
.
toString
(
suggestDate
,
eiMetadata
.
getMeta
(
FIELD_SUGGEST_DATE
)));
map
.
put
(
FIELD_SUGGEST_NO
,
StringUtils
.
toString
(
suggestNo
,
eiMetadata
.
getMeta
(
FIELD_SUGGEST_NO
)));
map
.
put
(
FIELD_CUSTOM_ID
,
StringUtils
.
toString
(
customId
,
eiMetadata
.
getMeta
(
FIELD_CUSTOM_ID
)));
map
.
put
(
FIELD_CUSTOM_NAME
,
StringUtils
.
toString
(
customName
,
eiMetadata
.
getMeta
(
FIELD_CUSTOM_NAME
)));
map
.
put
(
FIELD_SUGGEST_WAY
,
StringUtils
.
toString
(
suggestWay
,
eiMetadata
.
getMeta
(
FIELD_SUGGEST_WAY
)));
map
.
put
(
FIELD_SUGGEST_TYPE
,
StringUtils
.
toString
(
suggestType
,
eiMetadata
.
getMeta
(
FIELD_SUGGEST_TYPE
)));
map
.
put
(
FIELD_SUGGEST_CONTENT
,
StringUtils
.
toString
(
suggestContent
,
eiMetadata
.
getMeta
(
FIELD_SUGGEST_CONTENT
)));
map
.
put
(
FIELD_DEAL_CONTENT
,
StringUtils
.
toString
(
dealContent
,
eiMetadata
.
getMeta
(
FIELD_DEAL_CONTENT
)));
map
.
put
(
FIELD_DEAL_USER_ID
,
StringUtils
.
toString
(
dealUserId
,
eiMetadata
.
getMeta
(
FIELD_DEAL_USER_ID
)));
map
.
put
(
FIELD_DEAL_USER_NAME
,
StringUtils
.
toString
(
dealUserName
,
eiMetadata
.
getMeta
(
FIELD_DEAL_USER_NAME
)));
return
map
;
}
}
src/main/java/com/baosight/hpjx/hp/fw/sql/HPFW004.xml
0 → 100644
View file @
fa245949
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sqlMap PUBLIC "-//iBATIS.com//DTD SQL Map 2.0//EN" "http://www.ibatis.com/dtd/sql-map-2.dtd">
<sqlMap
namespace=
"HPFW004"
>
<sql
id=
"column"
>
ID as "id",
<!-- ID -->
COMPANY_CODE as "companyCode",
<!-- 公司编码 -->
DEP_CODE as "depCode",
<!-- 部门编码 -->
CREATED_BY as "createdBy",
<!-- 创建人 -->
CREATED_NAME as "createdName",
<!-- 创建人名称 -->
CREATED_TIME as "createdTime",
<!-- 创建时间 -->
UPDATED_BY as "updatedBy",
<!-- 修改人 -->
UPDATED_NAME as "updatedName",
<!-- 修改人名称 -->
UPDATED_TIME as "updatedTime",
<!-- 修改时间 -->
DELETE_FLAG as "deleteFlag",
<!-- 是否删除 0-否1-是 -->
STATUS as "status",
<!-- 状态 -->
SUGGEST_DATE as "suggestDate",
<!-- 建议日期 -->
SUGGEST_NO as "suggestNo",
<!-- 建议单号 -->
CUSTOM_ID as "customId",
<!-- 客户ID -->
CUSTOM_NAME as "customName",
<!-- 客户名称 -->
SUGGEST_WAY as "suggestWay",
<!-- 建议方式 -->
SUGGEST_TYPE as "suggestType",
<!-- 建议类型 -->
SUGGEST_CONTENT as "suggestContent",
<!-- 建议内容 -->
DEAL_CONTENT as "dealContent",
<!-- 处理结果 -->
DEAL_USER_ID as "dealUserId",
<!-- 处理人ID -->
DEAL_USER_NAME as "dealUserName"
<!-- 处理人名称 -->
</sql>
<sql
id=
"condition"
>
AND DELETE_FLAG = 0
<include
refid=
"idCondition"
/>
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
COMPANY_CODE = #companyCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"depCode"
>
DEP_CODE = #depCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"createdBy"
>
CREATED_BY = #createdBy#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"createdName"
>
CREATED_NAME = #createdName#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"createdTime"
>
CREATED_TIME = #createdTime#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"updatedBy"
>
UPDATED_BY = #updatedBy#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"updatedName"
>
UPDATED_NAME = #updatedName#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"updatedTime"
>
UPDATED_TIME = #updatedTime#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"deleteFlag"
>
DELETE_FLAG = #deleteFlag#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"status"
>
STATUS = #status#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"suggestDate"
>
SUGGEST_DATE = #suggestDate#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"customId"
>
CUSTOM_ID = #customId#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"customName"
>
CUSTOM_NAME = #customName#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"suggestWay"
>
SUGGEST_WAY = #suggestWay#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"suggestType"
>
SUGGEST_TYPE = #suggestType#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"suggestContent"
>
SUGGEST_CONTENT = #suggestContent#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"dealContent"
>
DEAL_CONTENT = #dealContent#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"dealUserId"
>
DEAL_USER_ID = #dealUserId#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"dealUserName"
>
DEAL_USER_NAME LIKE CONCAT('%', #dealUserName#, '%')
</isNotEmpty>
</sql>
<sql
id=
"idCondition"
>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
ID = #id#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"ids"
>
ID IN
<iterate
close=
")"
open=
"("
conjunction=
","
property=
"ids"
>
#ids[]#
</iterate>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"suggestNo"
>
SUGGEST_NO = #suggestNo#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"suggestNos"
>
SUGGEST_NO IN
<iterate
close=
")"
open=
"("
conjunction=
","
property=
"suggestNos"
>
#suggestNos[]#
</iterate>
</isNotEmpty>
</sql>
<sql
id=
"orderBy"
>
<dynamic
prepend=
"ORDER BY"
>
<isNotEmpty
property=
"orderBy"
>
$orderBy$
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
ID DESC
</isEmpty>
</dynamic>
</sql>
<select
id=
"query"
resultClass=
"com.baosight.hpjx.hp.fw.domain.HPFW004"
>
SELECT
<include
refid=
"column"
/>
FROM ${hpjxSchema}.T_HPFW004
WHERE 1=1
<include
refid=
"condition"
/>
<include
refid=
"orderBy"
/>
</select>
<select
id=
"count"
resultClass=
"int"
>
SELECT COUNT(*) FROM ${hpjxSchema}.T_HPFW004 WHERE 1=1
<include
refid=
"condition"
/>
</select>
<insert
id=
"insert"
>
INSERT INTO ${hpjxSchema}.T_HPFW004 (
COMPANY_CODE,
<!-- 公司编码 -->
DEP_CODE,
<!-- 部门编码 -->
CREATED_BY,
<!-- 创建人 -->
CREATED_NAME,
<!-- 创建人名称 -->
CREATED_TIME,
<!-- 创建时间 -->
UPDATED_BY,
<!-- 修改人 -->
UPDATED_NAME,
<!-- 修改人名称 -->
UPDATED_TIME,
<!-- 修改时间 -->
DELETE_FLAG,
<!-- 是否删除 0-否1-是 -->
COMPLAINT_DATE,
<!-- 投诉日期 -->
COMPLAINT_NO,
<!-- 投诉单号 -->
STATUS,
<!-- 状态 -->
CUSTOM_ID,
<!-- 客户ID -->
CUSTOM_NAME,
<!-- 客户名称 -->
COMPLAINT_WAY,
<!-- 投诉方式 -->
COMPLAINT_TYPE,
<!-- 投诉类型 -->
COMPLAINT_CONTENT,
<!-- 投诉内容 -->
COMPLAINT_USER_ID,
<!-- 被投诉人ID -->
COMPLAINT_USER_NAME,
<!-- 被投诉人名称 -->
ACCEPT_USER_ID,
<!-- 受理人ID -->
ACCEPT_USER_NAME,
<!-- 受理人名称 -->
LAST_DATE,
<!-- 最后期限 -->
DEAL_CONTENT,
<!-- 处理结果 -->
DEAL_USER_ID,
<!-- 处理人ID -->
DEAL_USER_NAME
<!-- 处理人名称 -->
) VALUES (
#companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#,
#updatedName#, #updatedTime#, #deleteFlag#, #complaintDate#, #complaintNo#, #status#,
#customId#, #customName#, #complaintWay#, #complaintType#, #complaintContent#,
#complaintUserId#, #complaintUserName#, #acceptUserId#, #acceptUserName#,
#lastDate#, #dealContent#, #dealUserId#, #dealUserName#)
</insert>
<delete
id=
"delete"
>
UPDATE ${hpjxSchema}.T_HPFW004 SET DELETE_FLAG = 1 WHERE COMPLAINT_NO = #complaintNo#
</delete>
<update
id=
"update"
>
UPDATE ${hpjxSchema}.T_HPFW004
SET
COMPLAINT_DATE = #complaintDate#,
<!-- 投诉日期 -->
CUSTOM_ID = #customId#,
<!-- 客户ID -->
CUSTOM_NAME = #customName#,
<!-- 客户名称 -->
COMPLAINT_WAY = #complaintWay#,
<!-- 投诉方式 -->
COMPLAINT_TYPE = #complaintType#,
<!-- 投诉类型 -->
COMPLAINT_CONTENT = #complaintContent#,
<!-- 投诉内容 -->
COMPLAINT_USER_ID = #complaintUserId#,
<!-- 被投诉人ID -->
COMPLAINT_USER_NAME = #complaintUserName#,
<!-- 被投诉人名称 -->
ACCEPT_USER_ID = #acceptUserId#,
<!-- 受理人ID -->
ACCEPT_USER_NAME = #acceptUserName#,
<!-- 受理人名称 -->
LAST_DATE = #lastDate#,
<!-- 最后期限 -->
<include
refid=
"SqlBase.updateRevise"
/>
WHERE ID = #id#
</update>
<!-- 行锁 -->
<update
id=
"lock"
>
UPDATE ${hpjxSchema}.T_HPFW004
SET CREATED_TIME = CREATED_TIME
WHERE 1=1
<include
refid=
"idCondition"
/>
</update>
<!-- 修改 -->
<update
id=
"updateDeal"
>
UPDATE ${hpjxSchema}.T_HPFW004
SET
STATUS = #status#,
DEAL_USER_ID = #dealUserId#,
<!-- 处理人ID -->
DEAL_USER_NAME = #dealUserName#,
<!-- 处理人名称 -->
DEAL_CONTENT = #dealContent#,
<!-- 处理内容 -->
<include
refid=
"SqlBase.updateRevise"
/>
WHERE COMPLAINT_NO = #complaintNo#
</update>
</sqlMap>
src/main/webapp/HP/FW/HPFW002.js
View file @
fa245949
...
...
@@ -124,7 +124,7 @@ function deal(id) {
message
(
"请先勾选数据!"
);
return
;
}
JSUtils
.
confirm
(
"确定对勾选中的"
+
rows
.
length
+
"条数据做
\"
处理
\"
操作?"
,
{
JSUtils
.
confirm
(
"确定对勾选中的"
+
rows
.
length
+
"条数据做
\"
回访
\"
操作?"
,
{
ok
:
function
()
{
$
(
"#dealWindow"
).
data
(
"kendoWindow"
).
center
();
$
(
"#dealWindow"
).
data
(
"kendoWindow"
).
open
();
...
...
@@ -138,7 +138,7 @@ function deal(id) {
function
dealConfirm
()
{
let
content
=
$
(
"#deal-0-content"
).
val
();
if
(
isBlank
(
content
))
{
message
(
"请输入
反馈
内容"
);
message
(
"请输入
回访
内容"
);
return
;
}
let
inInfo
=
new
EiInfo
();
...
...
src/main/webapp/HP/FW/HPFW002.jsp
View file @
fa245949
...
...
@@ -62,10 +62,10 @@
</EF:EFPage>
<EF:EFWindow
id=
"dealWindow"
title=
"
反馈
内容"
width=
"50%"
height=
"30%"
>
<EF:EFWindow
id=
"dealWindow"
title=
"
回访
内容"
width=
"50%"
height=
"30%"
>
<EF:EFRegion
id=
"deal"
title=
""
>
<div
class=
"row"
>
<EF:EFInput
blockId=
"deal"
row=
"0"
ename=
"content"
cname=
"
反馈
内容"
colWidth=
"12"
ratio=
"2:10"
<EF:EFInput
blockId=
"deal"
row=
"0"
ename=
"content"
cname=
"
回访
内容"
colWidth=
"12"
ratio=
"2:10"
type=
"textarea"
rows=
"4"
required=
"true"
/>
</div>
</EF:EFRegion>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment