java110 4 lat temu
rodzic
commit
bd59c19c6f

+ 1 - 1
java110-db/src/main/resources/mapper/acct/AccountServiceDaoImplMapper.xml

@@ -226,7 +226,7 @@
             and t.acct_id= #{acctId}
         </if>
         <if test="objId !=null and objId != ''">
-            t.obj_id= #{objId},
+           and t.obj_id= #{objId},
         </if>
     </update>