ปิด comment job router

UTBean.jar
com.csc.library.utilities.gsonmapping;
McandidateJobrouter
แก้ไข ตำแหน่ง value ให้เหมือน mapplicant
@SerializedName("value")
@Expose
public String value = "";
parent 8c9173ac
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
ExamData = ""; ExamData = "";
Simmcandidatewithgson simmcandidatewithgson = (Simmcandidatewithgson) inqcan.getCurrentDbRecord(); Simmcandidatewithgson simmcandidatewithgson = (Simmcandidatewithgson) inqcan.getCurrentDbRecord();
Simmappointmentwithgson simmappointmentwithgson = (Simmappointmentwithgson) inqpoint.getCurrentDbRecord(); Simmappointmentwithgson simmappointmentwithgson = (Simmappointmentwithgson) inqpoint.getCurrentDbRecord();
for (McandidateJobrouter.JobRouter jobrouter : simmcandidatewithgson.mcandidateJobrouter.jobrouter) { /* for (McandidateJobrouter.JobRouter jobrouter : simmcandidatewithgson.mcandidateJobrouter.jobrouter) {
if(jobrouter.question != null){ if(jobrouter.question != null){
for (McandidateJobrouter.JobRouter.Question question : jobrouter.question){ for (McandidateJobrouter.JobRouter.Question question : jobrouter.question){
if(question.ansgroup.value != null ){ if(question.ansgroup.value != null ){
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
} }
} }
} }
} }*/
inqpre.setFilter("prefixid = '"+simmcandidatewithgson.mcandidatePersonal.prefixid+"'"); inqpre.setFilter("prefixid = '"+simmcandidatewithgson.mcandidatePersonal.prefixid+"'");
inqpre.refresh(); inqpre.refresh();
inqpre.next(); inqpre.next();
......
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