@@ -32,7 +32,7 @@ public class RateBuyer implements Serializable{
/**
* 买家企业uu
*/
- @Column(name = "user_uu")
+ @Column(name = "user_enuu")
private Long userEnuu;
@@ -34,7 +34,7 @@ public class RateGoods implements Serializable{
@@ -32,7 +32,7 @@ public class RateVendor implements Serializable{
@@ -10,8 +10,8 @@
<task:scheduled-tasks>
<task:scheduled ref="OrderTask" method="autoConfirmOrderRevice" cron="0 0 1 * * ?"/>
</task:scheduled-tasks>
- <task:scheduled-tasks>
+ <!--<task:scheduled-tasks>
<task:scheduled ref="RateTask" method="autoRate" cron="0 0 1 * * ?"/>
- </task:scheduled-tasks>
+ </task:scheduled-tasks>-->
<context:annotation-config />
</beans>