处理承诺书bug

0927cmt
zhaoyu 2024-03-18 18:28:52 +08:00
parent 72ae8adfbf
commit 13b2e45888
1 changed files with 1 additions and 1 deletions

View File

@ -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++;