@@ -179,6 +179,6 @@ public class MatchServiceImpl implements IMatchService {
if (oldValue1 != 0) {
industrialRate = (newValue1 - oldValue1) / oldValue1;
}
- return employeeRate - industrialRate;
+ return (employeeRate - industrialRate)*100;