src/main/java/com/nq/dao/UserMapper.java
@@ -23,6 +23,12 @@ int updateByPrimaryKeySelective(User paramUser); int updateSignedContract(@Param("userId") Integer userId, @Param("signedContract") String signedContract); int updateSignedAgreement(@Param("userId") Integer userId, @Param("signedAgreement") String signedContract); int updateByPrimaryKey(User paramUser); User findByPhone(String paramString);