修改未符合项查询bug

This commit is contained in:
Wanghong
2021-07-21 18:17:09 +08:00
parent eaa9681269
commit 462068b90a
2 changed files with 2 additions and 0 deletions
@@ -15,4 +15,5 @@ import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface SarStandUnqualifiedDao extends BaseMapper<SarStandUnqualified> {
}
@@ -144,3 +144,4 @@ public class SarStandUnqualifiedServiceImpl extends ServiceImpl<SarStandUnqualif
return true;
}
}