Commit d1014d1d by Java-刘铮

a

parent ae122b24
<component name="ArtifactManager">
<artifact type="war" name="report_sunac:war">
<output-path>$PROJECT_DIR$/target</output-path>
<root id="archive" name="report_sunac.war">
<element id="artifact" artifact-name="report_sunac:war exploded" />
</root>
</artifact>
</component>
\ No newline at end of file
...@@ -69,7 +69,6 @@ public class FrontReportService extends CrudService<FrontReportDao, FrontReportE ...@@ -69,7 +69,6 @@ public class FrontReportService extends CrudService<FrontReportDao, FrontReportE
logger.debug(".................合法token:\t\t" + token); logger.debug(".................合法token:\t\t" + token);
LtpaToken ltpaToken = new LtpaToken(token); LtpaToken ltpaToken = new LtpaToken(token);
username = ltpaToken.getUsername(); username = ltpaToken.getUsername();
bean.setOaName(username);
bean.setReportPersonName(bean.getReportPersonName() + "-融创OA帐号:" + username); bean.setReportPersonName(bean.getReportPersonName() + "-融创OA帐号:" + username);
} }
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment