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