Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
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
sa_aidea
Aidea
Commits
d6cbe6a0
Commit
d6cbe6a0
authored
Nov 09, 2020
by
黎聪聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2020年11月9日 17:39:44
parent
c06927c5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
OrderMobileDto.java
.../src/main/java/com/cftech/order/model/OrderMobileDto.java
+1
-1
OrderSizeVO.java
...ule/src/main/java/com/cftech/order/model/OrderSizeVO.java
+1
-1
CfarticleMapper.xml
...ain/java/com/cftech/cms/cfarticle/dao/CfarticleMapper.xml
+1
-1
No files found.
aidea-modules/order-module/src/main/java/com/cftech/order/model/OrderMobileDto.java
View file @
d6cbe6a0
aidea-modules/order-module/src/main/java/com/cftech/order/model/OrderSizeVO.java
View file @
d6cbe6a0
...
...
@@ -17,7 +17,7 @@ public class OrderSizeVO {
private
Long
received
;
/*已完成数量*/
private
Long
completed
;
/*已
完成
数量*/
/*已
取消
数量*/
private
Long
cancelled
;
...
...
cms-modules/cms-core-module/src/main/java/com/cftech/cms/cfarticle/dao/CfarticleMapper.xml
View file @
d6cbe6a0
...
...
@@ -428,7 +428,7 @@ SELECT count(*) FROM wx_cms_cfarticle WHERE whether_banner= 1 and del_flag=0
FROM wx_cms_cfarticle t
left join wx_cms_column co on co.id = t.`column`
where t.del_flag = 0
<if
test=
"title!=null"
>
<if
test=
"title!=null
and title!=''
"
>
and t.title like '%${title}%'
</if>
ORDER BY
...
...
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