Browse Source

BUG处理

rainco 7 năm trước cách đây
mục cha
commit
a561e82033

+ 1 - 1
applications/storage/storage-server/src/main/resources/mapper/StockTakingMapper.xml

@@ -239,7 +239,7 @@
         ${con}
         ${con}
       </if>
       </if>
       <if test="companyId != null">
       <if test="companyId != null">
-      and companyId = #{companyId}
+      and stocktaking.companyId = #{companyId}
       </if>
       </if>
 
 
     </where>
     </where>