ruoyi-system/src/main/resources/mapper/system/TErpGoodsMapper.xml
@@ -57,8 +57,11 @@ <if test="query.state != null "> and state = #{query.state} </if> <if test="user.roleType == null or user.roleType != 1 "> and create_id =#{user.userId} <if test="user.roleType != null and user.roleType == 4 "> and goods_source =1 and supplier_clinic_id =#{user.userId} </if> <if test="user.roleType != null and user.roleType == 5 "> and goods_source =2 and supplier_clinic_id =#{user.userId} </if> order by create_time desc </select>