Browse Source

Merge branch '20220812' of http://git.shengws.com/csx/XT_New into 20230223_xt_api_new_branch

XMLWAN 2 years ago
parent
commit
a69130c78d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      enums/error_code.go

+ 2 - 0
enums/error_code.go View File

273
 	ErrorCodePatientDialysisOrderTwo      = 60000001
273
 	ErrorCodePatientDialysisOrderTwo      = 60000001
274
 	ErrorCodePatientScheduleRepeat        = 60000002
274
 	ErrorCodePatientScheduleRepeat        = 60000002
275
 	ErrorCodeDelScheduleFailByDialysisTwo = 60000003
275
 	ErrorCodeDelScheduleFailByDialysisTwo = 60000003
276
+
277
+	ErrorCodeSyncWrong = 60000006
276
 )
278
 )
277
 
279
 
278
 var ErrCodeMsgs = map[int]string{
280
 var ErrCodeMsgs = map[int]string{