This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
gitadmin
/
tuoheng_qmhh_move_20240705
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
5
위키
Activity
소스 검색
提交领取积分代码
pull/26/head
wanjing
11 달 전
부모
2f7ce117cf
커밋
6832a8b6df
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml
+ 1
- 1
tuoheng-api/src/main/resources/mapper/UserPointsDetailMapper.xml
파일 보기
@@ -33,7 +33,7 @@
</sql>
<select id="selectTotalPointsByToDay" resultType="java.lang.Integer">
select sum(
id
)
select sum(
points_change
)
from th_user_points_detail
<where>
<if test="1 == 1"> and mark = 1 and type = 1 </if>
Write
Preview
Loading…
취소
저장