rainco пре 7 година
родитељ
комит
a561e82033

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

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