|
@@ -711,7 +711,7 @@ public class TPpeMainController extends BaseController {
|
|
|
|
|
|
private String getValue(String current, String value, String... post) {
|
|
|
if (StringUtils.isEmpty(value)) {
|
|
|
- return "";
|
|
|
+ return "*";
|
|
|
}
|
|
|
if (current.equals("N.A")) {
|
|
|
if (post[0].equals("所有岗位"))
|