|
@@ -121,7 +121,7 @@ public class SettledCompanyDynamicsServiceImpl extends ServiceImpl<SettledCompan
|
|
|
public String examine(SettledCompanyDynamics settledCompanyDynamics) {
|
|
|
//查询
|
|
|
SettledCompanyDynamics settledCompanyDynamics1 = this.selectById(settledCompanyDynamics.getId());
|
|
|
- CommonUser commonUser = commonUserService.selectOne(new EntityWrapper<CommonUser>().eq("phone", settledCompanyDynamics.getPhone()));
|
|
|
+ CommonUser commonUser = commonUserService.selectOne(new EntityWrapper<CommonUser>().eq("phone", settledCompanyDynamics1.getPhone()));
|
|
|
if (settledCompanyDynamics1 != null) {
|
|
|
//通过
|
|
|
if (settledCompanyDynamics.getFlag() == 1) {
|