소스 검색

update

tmp
DengBiao 9 달 전
부모
커밋
8c3bd8ad16
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      app/customer/hdl/hdl_central_kitchen_for_school_order.go

+ 1
- 0
app/customer/hdl/hdl_central_kitchen_for_school_order.go 파일 보기

@@ -251,6 +251,7 @@ func CentralKitchenForSchoolOrderRefund(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
utils.FilePutContents("CentralKitchenForSchoolOrderRefund", utils.SerializeStr(req))
err = svc.CentralKitchenForSchoolOrderRefund(req)
if err != nil {
e.OutErr(c, e.ERR, err.Error())


불러오는 중...
취소
저장