Browse Source

会员进度新增、详情修改

anderx 1 year ago
parent
commit
76e60f41ba
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

+ 5 - 5
src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

@@ -1201,9 +1201,9 @@ progress_tid = values(progress_tid)
             <if test="unilateralService != null">
                  unilateral_service ,
             </if>
-            <if test="unilateralService != null">
-                unilateral_service,
-            </if>
+            <if test="progressTid != null">
+                and progress_tid ,
+            </if
         </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             <if test="orderNo != null">
@@ -1443,8 +1443,8 @@ progress_tid = values(progress_tid)
             <if test="unilateralService != null">
                #{unilateralService},
             </if>
-            <if test="unilateralService != null">
-                #{unilateralService},
+            <if test="progressTid != null">
+                 #{progressTid},
             </if>
         </trim>
     </insert>