|
|
@@ -73,8 +73,7 @@ public class SysNotifyTodoWebServiceImpl implements SysNotifyTodoWebService {
|
|
|
public void getNotifyData(){
|
|
|
SqlRowList persons = baseDao.queryForRowSet("select row_number() over (order by em_id) rn,em_id,em_code," +
|
|
|
"em_name,em_password,em_mobile, em_email,em_cardcode,em_departmentcode,em_depart,em_position," +
|
|
|
- "em_defaulthsid from employee where em_class<>'离职' and nvl(em_islandray,0)=-1 and em_code='008889' order by " +
|
|
|
- "em_id");
|
|
|
+ "em_defaulthsid from employee where em_class<>'离职' and nvl(em_islandray,0)=-1 order by em_id");
|
|
|
while (persons.next()) {
|
|
|
JSONObject personObj = new JSONObject();
|
|
|
// ERP标识
|