이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
SmartCanteen
/
smart_canteen
보기
2
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
update
master
dengbiao
2 달 전
부모
cb4f0a3831
커밋
0579f4c610
2개의 변경된 파일
과
4개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/admin/md/md_enterprise.go
+3
-0
app/admin/svc/svc_enterprise.go
+ 1
- 0
app/admin/md/md_enterprise.go
파일 보기
@@ -50,6 +50,7 @@ type EnterpriseListReq struct {
Kind int `json:"kind" label:"种类"`
Pvd int `json:"pvd" label:"场景"`
Mode int `json:"mode" label:"模式"`
State int32 `json:"state" label:"状态"`
}
type EnterpriseDetailResp struct {
+ 3
- 0
app/admin/svc/svc_enterprise.go
파일 보기
@@ -38,6 +38,9 @@ func EnterpriseList(admin model.Admin, req md.EnterpriseListReq) (m []model.Ente
if req.Mode != 0 {
sess.And("mode = ?", req.Mode)
}
if req.State != 0 {
sess.And("state = ?", req.State)
}
total, err = sess.FindAndCount(&m)
if err != nil {
return
쓰기
미리보기
불러오는 중...
취소
저장