|
|
|
|
664
|
func (this *SecondaryOrderApiController) GetAllSecondeOrderList() {
|
664
|
func (this *SecondaryOrderApiController) GetAllSecondeOrderList() {
|
665
|
|
665
|
|
666
|
check_id, _ := this.GetInt64("check_id")
|
666
|
check_id, _ := this.GetInt64("check_id")
|
667
|
- fmt.Println("checkd_id3232323233233223", check_id)
|
|
|
668
|
start_time := this.GetString("start_time")
|
667
|
start_time := this.GetString("start_time")
|
669
|
timeLayout := "2006-01-02"
|
668
|
timeLayout := "2006-01-02"
|
670
|
loc, _ := time.LoadLocation("Local")
|
669
|
loc, _ := time.LoadLocation("Local")
|
|
|
|
|
950
|
warehouse, _ := service.GetSecondWarehouseOrderById(id)
|
949
|
warehouse, _ := service.GetSecondWarehouseOrderById(id)
|
951
|
list, _ := service.GetSencondOrderDetail(id, orgId)
|
950
|
list, _ := service.GetSencondOrderDetail(id, orgId)
|
952
|
appId := this.GetAdminUserInfo().CurrentAppId
|
951
|
appId := this.GetAdminUserInfo().CurrentAppId
|
953
|
- doctor, _ := service.GetAllDoctor(orgId, appId)
|
|
|
|
|
952
|
+ doctor, _ := service.GetAllDoctorSix(orgId, appId)
|
954
|
houseList, _ := service.GetAllStoreHouseList(orgId)
|
953
|
houseList, _ := service.GetAllStoreHouseList(orgId)
|
955
|
this.ServeSuccessJSON(map[string]interface{}{
|
954
|
this.ServeSuccessJSON(map[string]interface{}{
|
956
|
"warehouse": warehouse,
|
955
|
"warehouse": warehouse,
|