瀏覽代碼

wip:订阅列表调整

fuwencai 2 年之前
父節點
當前提交
05dfa607d9

+ 1 - 1
jyBXSubscribe/rpc/bxsubscribe.proto

@@ -73,7 +73,7 @@ message subscribeInfo {
   string winnerPerson=29;//中标企业联系人
   string winnerTel=30;//中标企业联系电话
   string signendTime=31 ;// 报名截止日期
-  string bidendtime=32;// 投标截止日期
+  string bidendTime=32;// 投标截止日期
 
 }
 //

+ 2 - 2
jyBXSubscribe/rpc/model/push.go

@@ -243,8 +243,8 @@ func (s *subscribePush) InfoFormat(p *PushCa, info *map[string]interface{}, isPa
 	formatInfo.AgencyTel = common.ObjToString((*info)["agencytel"])
 	formatInfo.WinnerPerson = common.ObjToString((*info)["winnerperson"])
 	formatInfo.WinnerTel = common.ObjToString((*info)["winnertel"])
-	formatInfo.SignendTime = common.ObjToString((*info)["signendTime"])
-	formatInfo.Bidendtime = common.ObjToString((*info)["bidendtime"])
+	formatInfo.SignendTime = common.ObjToString((*info)["signendtime"])
+	formatInfo.BidendTime = common.ObjToString((*info)["bidendtime"])
 	return formatInfo
 
 }

+ 5 - 5
jyBXSubscribe/rpc/type/bxsubscribe/bxsubscribe.pb.go

@@ -405,7 +405,7 @@ type SubscribeInfo struct {
 	WinnerPerson string   `protobuf:"bytes,29,opt,name=winnerPerson,proto3" json:"winnerPerson,omitempty"` //中标企业联系人
 	WinnerTel    string   `protobuf:"bytes,30,opt,name=winnerTel,proto3" json:"winnerTel,omitempty"`       //中标企业联系电话
 	SignendTime  string   `protobuf:"bytes,31,opt,name=signendTime,proto3" json:"signendTime,omitempty"`   // 报名截止日期
-	Bidendtime   string   `protobuf:"bytes,32,opt,name=bidendtime,proto3" json:"bidendtime,omitempty"`     // 投标截止日期
+	BidendTime   string   `protobuf:"bytes,32,opt,name=bidendTime,proto3" json:"bidendTime,omitempty"`     // 投标截止日期
 }
 
 func (x *SubscribeInfo) Reset() {
@@ -657,9 +657,9 @@ func (x *SubscribeInfo) GetSignendTime() string {
 	return ""
 }
 
-func (x *SubscribeInfo) GetBidendtime() string {
+func (x *SubscribeInfo) GetBidendTime() string {
 	if x != nil {
-		return x.Bidendtime
+		return x.BidendTime
 	}
 	return ""
 }
@@ -2436,8 +2436,8 @@ var file_bxsubscribe_proto_rawDesc = []byte{
 	0x09, 0x52, 0x09, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x54, 0x65, 0x6c, 0x12, 0x20, 0x0a, 0x0b,
 	0x73, 0x69, 0x67, 0x6e, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28,
 	0x09, 0x52, 0x0b, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e,
-	0x0a, 0x0a, 0x62, 0x69, 0x64, 0x65, 0x6e, 0x64, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x20, 0x20, 0x01,
-	0x28, 0x09, 0x52, 0x0a, 0x62, 0x69, 0x64, 0x65, 0x6e, 0x64, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x8b,
+	0x0a, 0x0a, 0x62, 0x69, 0x64, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x20, 0x20, 0x01,
+	0x28, 0x09, 0x52, 0x0a, 0x62, 0x69, 0x64, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x8b,
 	0x01, 0x0a, 0x0b, 0x53, 0x6f, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x14,
 	0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
 	0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02,