Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
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
鲁鑫
topsun-bpm
Commits
5bb353e3
Commit
5bb353e3
authored
Apr 15, 2024
by
刘学辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料主数据调分发页面业务用途的全选
parent
cc37dda0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
bsnMessage.xml
topsun/src/main/resources/config/topsun/base/bsnMessage.xml
+1
-1
permitItem.xml
...rc/main/resources/config/topsun/sap/permit/permitItem.xml
+10
-0
No files found.
topsun/src/main/resources/config/topsun/base/bsnMessage.xml
View file @
5bb353e3
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
LEFT JOIN sap_non_prod_apply_dept ad ON ad.apply_dept_id = t2.business_id
LEFT JOIN sap_non_prod_apply_dept ad ON ad.apply_dept_id = t2.business_id
left join sap_non_prod_apply_base_info bs on bs.id=ad.base_info_id
left join sap_non_prod_apply_base_info bs on bs.id=ad.base_info_id
WHERE t.active IN (0, 3) and (bs.distribute=2 or t.business_code='INIT_DPT')
WHERE t.active IN (0, 3) and (bs.distribute=2 or t.business_code='INIT_DPT')
and task_execute = :taskExecute
order by t.update_date desc
and task_execute = :taskExecute
</sql-query>
</sql-query>
</query>
</query>
...
...
topsun/src/main/resources/config/topsun/sap/permit/permitItem.xml
0 → 100644
View file @
5bb353e3
<?xml version="1.0" encoding="UTF-8" ?>
<query-mappings>
<query
name=
"sapPermitItems"
label=
"放行条明细"
table=
"sap_permit_item"
>
<sql-query>
select t.* from sap_permit_item t
</sql-query>
<condition
column=
"sap_permit_id"
name=
"sapPermitId"
type=
"java.lang.String"
symbol=
"="
alias=
"t"
/>
</query>
</query-mappings>
\ No newline at end of file
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