Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac_report
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
java-sunac-report
sunac_report
Commits
c303d94c
Commit
c303d94c
authored
Aug 21, 2019
by
sunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集团写死问题解决 关联查询
parent
06893ddc
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
65 additions
and
55 deletions
+65
-55
CtBbtcBusCategoryDao.xml
src/main/resources/mappings/modules/report/CtBbtcBusCategoryDao.xml
+2
-1
ReportDao.xml
src/main/resources/mappings/modules/report/ReportDao.xml
+18
-12
UserDao.xml
src/main/resources/mappings/modules/sys/UserDao.xml
+2
-2
ctBbtcBusCategoryList.jsp
src/main/webapp/WEB-INF/views/modules/report/ctBbtcBusCategoryList.jsp
+3
-2
reportDeliver.jsp
src/main/webapp/WEB-INF/views/modules/report/reportDeliver.jsp
+6
-5
reportDetail.jsp
src/main/webapp/WEB-INF/views/modules/report/reportDetail.jsp
+2
-6
reportList.jsp
src/main/webapp/WEB-INF/views/modules/report/reportList.jsp
+13
-11
reportQyList.jsp
src/main/webapp/WEB-INF/views/modules/report/reportQyList.jsp
+13
-11
userList.jsp
src/main/webapp/WEB-INF/views/modules/sys/userList.jsp
+6
-5
No files found.
src/main/resources/mappings/modules/report/CtBbtcBusCategoryDao.xml
View file @
c303d94c
...
...
@@ -8,11 +8,12 @@
a.name AS "name",
a.type AS "type.id",
b.name AS "typeName",
a.ctBbtcGroup
AS "ctBbtcGroup"
b2.label
AS "ctBbtcGroup"
</sql>
<sql
id=
"ctBbtcBusCategoryJoins"
>
LEFT JOIN ct_bbtc_bus_type b on b.id = a.type
LEFT JOIN ct_bbtc_sys_dict b2 on b2.id = a.CTBBTCGROUP
</sql>
<select
id=
"get"
resultType=
"CtBbtcBusCategory"
>
...
...
src/main/resources/mappings/modules/report/ReportDao.xml
View file @
c303d94c
...
...
@@ -19,7 +19,7 @@
r.supplement_title AS "supplementTitle",
/*r.supplement_type AS "supplementType",*/
ct.name AS "transferDepartment",
r.transferGroup
AS "transferGroup",
b2.label
AS "transferGroup",
/*r.supplement_area AS "supplementArea",*/
r.supplement_project AS "supplementProject",
r.supplement_content AS "supplementContent",
...
...
@@ -45,7 +45,7 @@
r.report_qq AS "qq",
r.report_weixin AS "weixin",
r.report_ifClue AS "ifClue" ,
r.supplement_group
AS "supplementGroup",
b.label
AS "supplementGroup",
r.supplement_category AS "supplementCategory",
r.supplement_type AS "supplementType"
...
...
@@ -64,10 +64,10 @@
,cr.name AS "supplementArea"
FROM ct_bbtc_report r
LEFT JOIN ct_bbtc_sys_user su ON r.exchange_after_user = su.id
LEFT JOIN ct_bbtc_region CR
ON r.supplement_area = CR
.id
LEFT JOIN
ct_bbtc_bus_type CT
ON r.transfer_department = CT.id
LEFT JOIN ct_bbtc_region CR
ON r.supplement_area = CR.id
LEFT JOIN ct_bbtc_bus_type CT ON r.transfer_department = CT
.id
LEFT JOIN
ct_bbtc_sys_dict b on b.id = r.supplement_group
LEFT JOIN ct_bbtc_sys_dict b2 on b2.id = r.TRANSFERGROUP
/* LEFT JOIN ct_bbtc_bus_type CT
ON R.supplement_group = CT.supplement_group
...
...
@@ -88,7 +88,8 @@
ON UR.USER_ID = SU.ID
LEFT JOIN CT_BBTC_SYS_ROLE RL
ON RL.ID = UR.ROLE_ID
LEFT JOIN ct_bbtc_sys_dict b on b.id = r.supplement_group
LEFT JOIN ct_bbtc_sys_dict b2 on b2.id = r.TRANSFERGROUP
LEFT JOIN ct_bbtc_region CR
ON r.supplement_area = CR.id
LEFT JOIN ct_bbtc_bus_type CT
...
...
@@ -217,7 +218,8 @@
ON UR.USER_ID = SU.ID
LEFT JOIN CT_BBTC_SYS_ROLE RL
ON RL.ID = UR.ROLE_ID
LEFT JOIN ct_bbtc_sys_dict b on b.id = r.supplement_group
LEFT JOIN ct_bbtc_sys_dict b2 on b2.id = r.TRANSFERGROUP
LEFT JOIN ct_bbtc_region CR
ON r.supplement_area = CR.id
LEFT JOIN ct_bbtc_bus_type CT
...
...
@@ -266,7 +268,8 @@
LEFT JOIN CT_BBTC_SYS_USER2ROLE UR ON UR.USER_ID = su.ID
LEFT JOIN CT_BBTC_SYS_ROLE RL
ON RL.ID = UR.ROLE_ID
LEFT JOIN ct_bbtc_sys_dict b on b.id = r.supplement_group
LEFT JOIN ct_bbtc_sys_dict b2 on b2.id = r.TRANSFERGROUP
LEFT JOIN ct_bbtc_region CR
ON r.supplement_area = CR.id
LEFT JOIN ct_bbtc_bus_type CT
...
...
@@ -421,6 +424,8 @@
ON r.supplement_area = CR.id
LEFT JOIN ct_bbtc_bus_type CT
ON r.transfer_department = CT.id
LEFT JOIN ct_bbtc_sys_dict b on b.id = r.supplement_group
LEFT JOIN ct_bbtc_sys_dict b2 on b2.id = r.TRANSFERGROUP
/* LEFT JOIN ct_bbtc_bus_type CT
ON R.supplement_group = CT.supplement_group
LEFT JOIN ct_bbtc_bus_category CC
...
...
@@ -906,7 +911,7 @@
r.supplement_informant AS "supplementInformant",
r.supplement_title AS "supplementTitle",
r.supplement_type AS "supplementType",
r.supplement_group
AS "supplementGroup",
b.label
AS "supplementGroup",
r.supplement_category AS "supplementCategory",
r.supplement_project AS "supplementProject",
r.supplement_content AS "supplementContent",
...
...
@@ -926,6 +931,7 @@
ON r.supplement_area = CR.id
LEFT JOIN ct_bbtc_bus_type CT
ON r.transfer_department = CT.id
LEFT JOIN ct_bbtc_sys_dict b on b.id = r.supplement_group
<where>
r.report_status = #{processStatus}
...
...
@@ -970,7 +976,7 @@
r.report_status AS "reportStatus",
r.supplement_title AS "supplementTitle",
r.supplement_type AS "supplementType",
r.supplement_group
AS "supplementGroup",
b.label
AS "supplementGroup",
r.supplement_category AS "supplementCategory",
r.supplement_department AS "supplementDepartment",
r.supplement_informant AS "supplementInformant",
...
...
@@ -987,7 +993,7 @@
ON r.supplement_area = CR.id
LEFT JOIN ct_bbtc_bus_type CT
ON r.transfer_department = CT.id
LEFT JOIN ct_bbtc_sys_dict b on b.id = r.supplement_group
<where>
1 = 1
<if
test=
"exchangeAfterUser != null and exchangeAfterUser != ''"
>
...
...
src/main/resources/mappings/modules/sys/UserDao.xml
View file @
c303d94c
...
...
@@ -81,7 +81,7 @@
a.update_by AS "updateBy.id",
a.update_date,
a.del_flag,
a.supplement_group
AS supplementGroup,
b.label
AS supplementGroup,
c.name AS "company.name",
c.parent_id AS "company.parent.id",
c.parent_ids AS "company.parentIds",
...
...
@@ -124,7 +124,7 @@
LEFT JOIN ct_bbtc_sys_user cu2 ON cu2.id = c.deputy_person
LEFT JOIN ct_bbtc_sys_user ou ON ou.id = o.primary_person
LEFT JOIN ct_bbtc_sys_user ou2 ON ou2.id = o.deputy_person
LEFT JOIN ct_bbtc_sys_dict b on b.id = a.supplement_group
<!--
LEFT JOIN ct_bbtc_sys_user2role ur ON ur.user_id = a.id
...
...
src/main/webapp/WEB-INF/views/modules/report/ctBbtcBusCategoryList.jsp
View file @
c303d94c
...
...
@@ -53,11 +53,12 @@
${ctBbtcBusCategory.name}
</td>
<td
align=
"center"
>
<c:if
test=
"${ctBbtcBusCategory.ctBbtcGroup eq '3437402691677202102'}"
>
集团本部
</c:if>
${ctBbtcBusCategory.ctBbtcGroup}
<
%
--
<
c:if
test=
"${ctBbtcBusCategory.ctBbtcGroup eq '3437402691677202102'}"
>
集团本部
</c:if>
<c:if
test=
"${ctBbtcBusCategory.ctBbtcGroup eq '3510129313047280678'}"
>
区域集团
</c:if>
<c:if
test=
"${ctBbtcBusCategory.ctBbtcGroup eq '3565898923067676254'}"
>
服务集团
</c:if>
<c:if
test=
"${ctBbtcBusCategory.ctBbtcGroup eq '3806696792996264972'}"
>
文化集团
</c:if>
<c:if
test=
"${ctBbtcBusCategory.ctBbtcGroup eq '3770618512934949260'}"
>
文旅集团
</c:if>
<c:if
test=
"${ctBbtcBusCategory.ctBbtcGroup eq '3770618512934949260'}"
>
文旅集团
</c:if>
--%>
<c:if
test=
"${ctBbtcBusCategory.ctBbtcGroup eq null}"
>
--
</c:if>
</td>
<td>
...
...
src/main/webapp/WEB-INF/views/modules/report/reportDeliver.jsp
View file @
c303d94c
...
...
@@ -139,11 +139,12 @@
<td></td>
<td>
${report.supplementTitle}
</td>
<td
align=
"center"
>
<c:if
test=
"${report.supplementGroup eq '3437402691677202102'}"
>
集团本部
</c:if>
<c:if
test=
"${report.supplementGroup eq '3510129313047280678'}"
>
区域集团
</c:if>
<c:if
test=
"${report.supplementGroup eq '3565898923067676254'}"
>
服务集团
</c:if>
<c:if
test=
"${report.supplementGroup eq '3806696792996264972'}"
>
文化集团
</c:if>
<c:if
test=
"${report.supplementGroup eq '3770618512934949260'}"
>
文旅集团
</c:if>
${report.supplementGroup}
<
%
--
<
c:if
test=
"${user.supplementGroup eq '30590306011301372591'}"
>
集团本部
</c:if>
<c:if
test=
"${user.supplementGroup eq '30676650749523023279'}"
>
地产集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30721878435509835919'}"
>
服务集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30795782242187242020'}"
>
文化集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30770202834994792595'}"
>
文旅集团
</c:if>
--%>
<c:if
test=
"${report.supplementGroup eq null}"
>
--
</c:if>
</td>
<td
align=
"center"
>
${report.supplementArea}
</td>
...
...
src/main/webapp/WEB-INF/views/modules/report/reportDetail.jsp
View file @
c303d94c
...
...
@@ -311,12 +311,8 @@
<div
class=
"control-group"
>
<label
class=
"control-label"
>
所属集团:
</label>
<div
class=
"controls"
>
<c:if
test=
"${report.supplementGroup eq '3437402691677202102'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"集团本部"
style=
"width: 270px"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3510129313047280678'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"区域集团"
style=
"width: 270px"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3565898923067676254'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"服务集团"
style=
"width: 270px"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3806696792996264972'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"文化集团"
style=
"width: 270px"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3770618512934949260'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"文旅集团"
style=
"width: 270px"
></c:if>
<c:if
test=
"${report.supplementGroup eq null}"
><input
type=
"text"
id=
"supplementGroup"
value=
"--"
style=
"width: 270px"
></c:if>
<form:input
id=
"supplementGroup"
path=
"supplementGroup"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
value=
"${report.supplementGroup}"
/>
</div>
</div>
...
...
src/main/webapp/WEB-INF/views/modules/report/reportList.jsp
View file @
c303d94c
...
...
@@ -581,11 +581,12 @@
<c:forEach
items=
"${page.list}"
var=
"report"
varStatus=
"vs"
>
<tr>
<td
align=
"center"
>
<c:if
test=
"${report.supplementGroup eq '3437402691677202102'}"
>
集团本部
</c:if>
<c:if
test=
"${report.supplementGroup eq '3510129313047280678'}"
>
区域集团
</c:if>
<c:if
test=
"${report.supplementGroup eq '3565898923067676254'}"
>
服务集团
</c:if>
<c:if
test=
"${report.supplementGroup eq '3806696792996264972'}"
>
文化集团
</c:if>
<c:if
test=
"${report.supplementGroup eq '3770618512934949260'}"
>
文旅集团
</c:if>
${report.supplementGroup}
<
%
--
<
c:if
test=
"${user.supplementGroup eq '30590306011301372591'}"
>
集团本部
</c:if>
<c:if
test=
"${user.supplementGroup eq '30676650749523023279'}"
>
地产集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30721878435509835919'}"
>
服务集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30795782242187242020'}"
>
文化集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30770202834994792595'}"
>
文旅集团
</c:if>
--%>
<c:if
test=
"${report.supplementGroup eq null}"
>
--
</c:if>
</td>
...
...
@@ -632,12 +633,13 @@
<c:if
test=
"${report.dealResult eq '7'}"
>
转为线索
</c:if>
</td>
<td
align=
"center"
>
<c:if
test=
"${report.transferGroup eq '3437402691677202102'}"
>
集团本部--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '3510129313047280678'}"
>
区域集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '3565898923067676254'}"
>
服务集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '3806696792996264972'}"
>
文化集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '3770618512934949260'}"
>
文旅集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq null}"
>
--
</c:if>
${report.transferGroup}--${report.transferDepartment}
<
%
--
<
c:if
test=
"${report.transferGroup eq '30590306011301372591'}"
>
集团本部--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '30676650749523023279'}"
>
地产集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '30721878435509835919'}"
>
服务集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '30795782242187242020'}"
>
文化集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '30770202834994792595'}"
>
文旅集团--${report.transferDepartment}
</c:if>
--%>
<c:if
test=
"${report.transferGroup eq null and report.transferDepartment eq null}"
>
--
</c:if>
<
%
--
<
c:if
test=
"${report.transferDepartment eq null}"
>
--
</c:if>
<c:if
test=
"${report.transferDepartment eq '1'}"
>
营销
</c:if>
<c:if
test=
"${report.transferDepartment eq '2'}"
>
工程
</c:if>
...
...
src/main/webapp/WEB-INF/views/modules/report/reportQyList.jsp
View file @
c303d94c
...
...
@@ -578,11 +578,12 @@
<tr>
<
%
--
跟据集团
id
显示对应的集团名称
--
%
>
<td
align=
"center"
>
<c:if
test=
"${report.supplementGroup eq '3437402691677202102'}"
>
集团本部
</c:if>
<c:if
test=
"${report.supplementGroup eq '3510129313047280678'}"
>
区域集团
</c:if>
<c:if
test=
"${report.supplementGroup eq '3565898923067676254'}"
>
服务集团
</c:if>
<c:if
test=
"${report.supplementGroup eq '3806696792996264972'}"
>
文化集团
</c:if>
<c:if
test=
"${report.supplementGroup eq '3770618512934949260'}"
>
文旅集团
</c:if>
${report.supplementGroup}
<
%
--
<
c:if
test=
"${user.supplementGroup eq '30590306011301372591'}"
>
集团本部
</c:if>
<c:if
test=
"${user.supplementGroup eq '30676650749523023279'}"
>
地产集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30721878435509835919'}"
>
服务集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30795782242187242020'}"
>
文化集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30770202834994792595'}"
>
文旅集团
</c:if>
--%>
<c:if
test=
"${report.supplementGroup eq null}"
>
--
</c:if>
</td>
<td
align=
"center"
>
${report.supplementArea}
</td>
...
...
@@ -627,12 +628,13 @@
<c:if
test=
"${report.dealResult eq '7'}"
>
转为线索
</c:if>
</td>
<td
align=
"center"
>
<c:if
test=
"${report.transferGroup eq '3437402691677202102'}"
>
集团本部--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '3510129313047280678'}"
>
区域集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '3565898923067676254'}"
>
服务集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '3806696792996264972'}"
>
文化集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '3770618512934949260'}"
>
文旅集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq null}"
>
--
</c:if>
${report.transferGroup}--${report.transferDepartment}
<
%
--
<
c:if
test=
"${report.transferGroup eq '30590306011301372591'}"
>
集团本部--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '30676650749523023279'}"
>
地产集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '30721878435509835919'}"
>
服务集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '30795782242187242020'}"
>
文化集团--${report.transferDepartment}
</c:if>
<c:if
test=
"${report.transferGroup eq '30770202834994792595'}"
>
文旅集团--${report.transferDepartment}
</c:if>
--%>
<c:if
test=
"${report.transferGroup eq null and report.transferDepartment eq null}"
>
--
</c:if>
<
%
--
<
c:if
test=
"${report.transferDepartment eq null}"
>
--
</c:if>
<c:if
test=
"${report.transferDepartment eq '1'}"
>
营销
</c:if>
<c:if
test=
"${report.transferDepartment eq '2'}"
>
工程
</c:if>
...
...
src/main/webapp/WEB-INF/views/modules/sys/userList.jsp
View file @
c303d94c
...
...
@@ -71,11 +71,12 @@
<td><a
href=
"${ctx}/sys/user/form?id=${user.id}"
>
${user.loginName}
</a></td>
<td>
${user.name}
</td>
<td
align=
"center"
>
<c:if
test=
"${user.supplementGroup eq '3437402691677202102'}"
>
集团本部
</c:if>
<c:if
test=
"${user.supplementGroup eq '3510129313047280678'}"
>
区域集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '3565898923067676254'}"
>
服务集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '3806696792996264972'}"
>
文化集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '3770618512934949260'}"
>
文旅集团
</c:if>
${user.supplementGroup}
<
%
--
<
c:if
test=
"${user.supplementGroup eq '30590306011301372591'}"
>
集团本部
</c:if>
<c:if
test=
"${user.supplementGroup eq '30676650749523023279'}"
>
地产集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30721878435509835919'}"
>
服务集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30795782242187242020'}"
>
文化集团
</c:if>
<c:if
test=
"${user.supplementGroup eq '30770202834994792595'}"
>
文旅集团
</c:if>
--%>
<c:if
test=
"${user.supplementGroup eq null}"
>
--
</c:if>
</td>
<td>
${user.areaName}
</td>
...
...
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