guarantee-lsq 2 년 전
부모
커밋
8bf217cea7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-dao/src/main/resources/mapper/store/OutStoreFormMapper.xml

+ 1 - 1
platform-dao/src/main/resources/mapper/store/OutStoreFormMapper.xml

@@ -229,7 +229,7 @@ outstoreform.process_instance_id,
         select count(1) from t_out_store_form form
         <where>
             <if test="userId != null and userId != ''">
-                form.update_user_id = #{userId}>
+                form.update_user_id = #{userId}
             </if>
             <if test="status !=null ">
                 form.status = #{status}