xingzai 1 tahun lalu
induk
melakukan
e073416255
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      controllers/home.go

+ 1 - 1
controllers/home.go

@@ -321,7 +321,7 @@ func (this *MobileHomeController) NewList() {
 		startSize = 0
 		pageSize = utils.PageSize5
 	} else {
-		condition += ` AND source NOT IN ('activity','activityspecial','newchart') ` + conditionInit
+		condition += ` AND source NOT IN ('activity','activityspecial','newchart','industrialsourceHz','industrialsourceYx') ` + conditionInit
 		//conditionActivity, err := services.GetActivityonditionList(user, "", "", "", "1,2,3", "", 0, 0, "", 0, 1)
 		conditionActivity, err := services.ActivityConditioninitSql(user, "", 0)
 		if err != nil && err.Error() != utils.ErrNoRow() {