Compare commits
2 Commits
aa7d1d5015
...
6c330c126e
Author | SHA1 | Date |
---|---|---|
|
6c330c126e | |
|
637411436c |
|
@ -33,6 +33,10 @@ public class ConnectorUser {
|
|||
* 购买次数
|
||||
*/
|
||||
private Integer connectorFrequency;
|
||||
/**
|
||||
* 测试次数
|
||||
*/
|
||||
private Integer textNumber;
|
||||
/**
|
||||
* 接口名称
|
||||
*/
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<insert id="addConnectorUser">
|
||||
INSERT INTO `text`.`connector_user`
|
||||
(`connector_user_id`, `user_id`, `connector_id`, `connector_residue_degree`, `connector_frequency`)
|
||||
VALUES (0,#{userId}, #{connectorId}, 0, 0)
|
||||
VALUES (0,#{userId}, #{connectorId}, 0, 0,5)
|
||||
|
||||
</insert>
|
||||
|
||||
|
|
Loading…
Reference in New Issue