@@ -132,6 +132,7 @@
</update>
+
<select id="selectByPrid" parameterType="java.lang.Integer" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
@@ -341,7 +341,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
PublicExamine pe=new PublicExamine();
pe.setPrid(in.getId());
pe.setStatus(0);
- publicExamineMapper.updateStatusByPrid(pe);
+ publicExamineMapper.updateByPridSelective(pe);
}
AdminListBo my = adminMapper.getDeptNameByAid(TokenManager.getAdminId());