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
54f11104
Commit
54f11104
authored
Feb 07, 2021
by
fanjr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fjr
parent
432c86f0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
CouponrecordMapper.java
.../java/com/cftech/couponrecord/dao/CouponrecordMapper.java
+0
-4
CouponrecordMapper.xml
...n/java/com/cftech/couponrecord/dao/CouponrecordMapper.xml
+0
-3
No files found.
aidea-modules/couponrecord-module/src/main/java/com/cftech/couponrecord/dao/CouponrecordMapper.java
View file @
54f11104
...
...
@@ -18,7 +18,6 @@ import java.util.Map;
*/
public
interface
CouponrecordMapper
extends
GenericDao
<
Couponrecord
>
{
<<<<<<<
HEAD
List
<
Map
<
String
,
Object
>>
CheckCouponDSYList
(
CouponrecordVo
vo
);
List
<
Map
<
String
,
Object
>>
CheckCouponYSYList
(
CouponrecordVo
vo
);
...
...
@@ -28,13 +27,10 @@ public interface CouponrecordMapper extends GenericDao<Couponrecord> {
Map
<
String
,
Object
>
checkCouponById
(
String
number
);
Map
<
String
,
Object
>
checkCouponDetails
(
CouponrecordVo
vo
);
=======
/**
* 查询粉丝购药数量
* @param params
* @return
*/
Integer
buyingMedicineNumber
(
Map
<
String
,
Object
>
params
);
>>>>>>>
a36b917f9562e200889fcced02ed1de0d7aeb745
}
\ No newline at end of file
aidea-modules/couponrecord-module/src/main/java/com/cftech/couponrecord/dao/CouponrecordMapper.xml
View file @
54f11104
...
...
@@ -193,7 +193,6 @@
where id = #{id,jdbcType=BIGINT}
</update>
<<<<<<
< HEAD
<select
id=
"CheckCouponYSYList"
resultType=
"map"
>
SELECT
id,number,DATE_FORMAT(create_time,'%Y-%m-%d') create_time,DATE_FORMAT(invalid_date,'%Y-%m-%d') invalid_date,status
...
...
@@ -246,13 +245,11 @@
id,number,DATE_FORMAT(create_time,'%Y-%m-%d') create_time,DATE_FORMAT(invalid_date,'%Y-%m-%d') invalid_date,status,description
from t_aidea_coupon_record
where id = #{id}
=======
<select
id=
"buyingMedicineNumber"
parameterType=
"java.util.Map"
resultType=
"map"
>
SELECT
SUM(d.number) number
FROM t_order t
LEFT JOIN t_order_details d ON t.id = d.order_id
<include
refid=
"sqlWhere"
/>
>>>>>>> a36b917f9562e200889fcced02ed1de0d7aeb745
</select>
</mapper>
\ 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