@@ -39,8 +39,6 @@ public interface SecUserMapper {
"is_lead as isLead,\n" +
"job,\n" +
"unit_dw_id as UnitDwId,\n" +
- "is_app as isApp,\n" +
- "is_pc as isPc,\n" +
"status_subject as statusSubject from sec_user where id = #{id}")
SecUser findByFgwId(@Param("id") String id);
}