소스 검색

更新

three
huangjiajun 1 년 전
부모
커밋
698b1e4a00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      consume/zhios_order_hjy.go

+ 1
- 1
consume/zhios_order_hjy.go 파일 보기

@@ -173,7 +173,7 @@ func handleZhiosOrderHjy(msg []byte) error {
// }
//
//}
if int64(ordData.ConfirmAt) < utils.TimeStdParseUnix("2023-11-01 00:00:00") {
if ordData.State != 4 && int64(ordData.ConfirmAt) > 0 && int64(ordData.ConfirmAt) < utils.TimeStdParseUnix("2023-11-01 00:00:00") {
ordData.State = 5
ordData.SettleAt = ordData.ConfirmAt
}


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