1
zj
2026-06-02 1b5faa64dbb22935de1ff33a2bd01a41446f857b
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);