ソースを参照

优化车位修复

java110 5 年 前
コミット
3faac8430b
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      java110-db/src/main/resources/mapper/community/ParkingSpaceServiceDaoImplMapper.xml

+ 3 - 0
java110-db/src/main/resources/mapper/community/ParkingSpaceServiceDaoImplMapper.xml

@@ -184,6 +184,9 @@
         <if test="num !=null and num != ''">
         <if test="num !=null and num != ''">
             , t.num= #{num}
             , t.num= #{num}
         </if>
         </if>
+        <if test="paId !=null and paId != ''">
+            , t.pa_id= #{paId}
+        </if>
         <if test="remark !=null and remark != ''">
         <if test="remark !=null and remark != ''">
             , t.remark= #{remark}
             , t.remark= #{remark}
         </if>
         </if>