面试
This commit is contained in:
parent
5b00aad739
commit
d90ff2c7b5
@ -113,7 +113,7 @@ public class TsbzJdcxController extends BaseController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//如果lqzt为1,则代表录取成功,则在见习名单表插入一条记录
|
//如果lqzt为1,则代表录取成功,则在见习名单表插入一条记录
|
||||||
if (tsbzJdcx.getLqzt().equals("1")) {
|
if (!schoolCommonController.isStringEmpty(tsbzJdcx.getLqzt()) && tsbzJdcx.getLqzt().equals("1")) {
|
||||||
SimpleDateFormat sdf = new SimpleDateFormat("yyyy");
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy");
|
||||||
Date date = new Date();
|
Date date = new Date();
|
||||||
System.out.println("year=" + sdf.format(date));
|
System.out.println("year=" + sdf.format(date));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user