Pārlūkot izejas kodu

错误 #3360 履约规则内容不显示

zou.yingbin 3 gadi atpakaļ
vecāks
revīzija
8479e8bd53
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      models/wrTrade2.go

+ 2 - 1
models/wrTrade2.go

@@ -1460,7 +1460,8 @@ func (r *WrGoodsInfo) GetDataEx() (interface{}, error) {
 
 			// 获取履约规则
 			mStep := WrGoodsPerformanceStep{}
-			if r.TMPLATEID > 0 {
+			// 如果指定了履约模板id(-1是特殊的模板id:立即执行)
+			if r.TMPLATEID > 0 || r.TMPLATEID == -1 {
 				mStep.TEMPLATEID = r.TMPLATEID
 			} else {
 				mStep.MARKETID, mStep.WRSTANDARDID, mStep.HASWR = r.MARKETID, a.WRSTANDARDID, r.HASWR