处理承诺书bug
parent
72ae8adfbf
commit
13b2e45888
|
@ -100,7 +100,7 @@ public class CorpPromiseController extends BaseController {
|
|||
peo.put("ISSIGN",0);
|
||||
peo.put("PROMISEPEOPLE_ID", this.get32UUID()); //主键
|
||||
peo.put("CORPINFO_ID",people.get(i).get("CORPINFO_ID"));
|
||||
peo.put("ISPROMISE_PEOPLE","1");
|
||||
peo.put("ISPROMISE_PEOPLE","0");
|
||||
corpPromisePeopleService.save(peo);
|
||||
corpPromisePeoples.add(peo);
|
||||
num++;
|
||||
|
|
Loading…
Reference in New Issue