浏览代码

11月8日库存管理

XMLWAN 3 年前
父节点
当前提交
7f8612a37a
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      controllers/secondary_order_api_contorller.go

+ 1 - 2
controllers/secondary_order_api_contorller.go 查看文件

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,