|
|
@@ -1482,7 +1482,8 @@ public class BpmInitiatedProvider extends GenericProvider implements IBpmInitiat
|
|
|
infobox2.setDataText("-1");
|
|
|
infobox2.setAccessToken(ContextUtil.getCurrentAccessToken());
|
|
|
List<Map<String,Object>> objects =
|
|
|
- (List<Map<String, Object>>) commonDao.query("SELECT COUNT(1) AS total FROM v_wodepeixun WHERE peixunrenyuan=#{p0}", new String[]{currentUserId});
|
|
|
+ (List<Map<String, Object>>) commonDao.query("SELECT COUNT(1) AS total FROM v_wodepeixun WHERE peixunrenyuan=#{p0} and shi_fou_guo_shen_ NOT IN ('已删除','未发布')",
|
|
|
+ new String[]{currentUserId});
|
|
|
infobox2.setDataText(objects.get(0).get("total").toString());
|
|
|
list.add(infobox2);
|
|
|
|