1
zj
7 days ago 16f5baf41e3224ccb43fce45de968833f9f022d2
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);