Browse Source

修改查询,完全提交成功的模型

xiewenjie 3 years ago
parent
commit
334dd87e65

+ 1 - 1
sxz-core/src/main/java/com/fdkk/sxz/webApi/mapper/IRenovationPartsDetailMapper.java

@@ -55,7 +55,7 @@ public interface IRenovationPartsDetailMapper extends IBaseMapper<RenovationPart
             "LEFT JOIN `tb_renovation_parts_color` e ON e.id = a.parts_color_id " +
             "LEFT JOIN `tb_renovation_parts_classify` f ON f.id = a.parts_classify_id " +
             "LEFT JOIN `tb_renovation_parts_attaching` g ON g.parts_detail_id = a.id " +
-            " WHERE a.rec_status = 'A' and b.add_status= 2 " +
+            " WHERE a.rec_status = 'A' and b.add_status != 1 " +
             "<if test= 'param.userId != null'> " +
             " and b.user_id = #{param.userId} " +
             "</if> " +