|
@@ -26,7 +26,7 @@ import (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -589,6 +589,7 @@ func UpdateMeetingreviewchaptResourceData(sourceId int) {
|
|
industrialItem.CreateTime = time.Now()
|
|
industrialItem.CreateTime = time.Now()
|
|
industrialItems = append(industrialItems, industrialItem)
|
|
industrialItems = append(industrialItems, industrialItem)
|
|
}
|
|
}
|
|
|
|
+
|
|
var subjectItems []*cygx.CygxResourceDataIndustrialGroupSubject
|
|
var subjectItems []*cygx.CygxResourceDataIndustrialGroupSubject
|
|
|
|
|
|
if detail.IndustrialSubjectIds != "" {
|
|
if detail.IndustrialSubjectIds != "" {
|
|
@@ -839,29 +840,31 @@ func init1() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- {
|
|
|
|
-
|
|
|
|
- list, err := cygx.GetCygxProductInteriorList(condition, pars, 0, 9999999)
|
|
|
|
- if err != nil {
|
|
|
|
- fmt.Println(err)
|
|
|
|
- }
|
|
|
|
- for _, v := range list {
|
|
|
|
- fmt.Println(v.ProductInteriorId)
|
|
|
|
- UpdateProductInteriorResourceData(v.ProductInteriorId)
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
|
|
-
|
|
+
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ {
|
|
|
|
+
|
|
|
|
+ list, err := cygx.GetCygxMorningMeetingReviewChapterList(condition, pars, 0, 9999999)
|
|
|
|
+ if err != nil {
|
|
|
|
+ fmt.Println(err)
|
|
|
|
+ }
|
|
|
|
+ for _, v := range list {
|
|
|
|
+ fmt.Println(v.Id)
|
|
|
|
+ UpdateMeetingreviewchaptResourceData(v.Id)
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|