java110 лет назад: 5
Родитель
Сommit
3faac8430b

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

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