peter
2026-01-11 9d65dd091154a0301076549e031e15017898c2ee
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);