qian 1 year ago
parent eefc5643ec
commit 199f2d71ca

@ -29,6 +29,11 @@
</findStrings>
</component>
<component name="Git.Settings">
<option name="RECENT_BRANCH_BY_REPOSITORY">
<map>
<entry key="$PROJECT_DIR$" value="qian" />
</map>
</option>
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GitSEFilterConfiguration">
@ -439,6 +444,7 @@
<workItem from="1734329908221" duration="92000" />
<workItem from="1734330015246" duration="240000" />
<workItem from="1734332367675" duration="415000" />
<workItem from="1734335485027" duration="942000" />
</task>
<task id="LOCAL-00001" summary="1.环境搭建完成&#10;2.相关的工具类编写完成&#10;3.配置文件管理类编写完成">
<created>1529592741848</created>

@ -15,7 +15,7 @@ public class CategorySortKey implements Ordered<CategorySortKey>, java.io.Serial
{
return (int) (clickCount-categorySortKey.getClickCount());
}
// 如果点击数相等,再比较订单数
// 如果点击数相等,再比较订单数1111
else if(clickCount-categorySortKey.getClickCount()==0&&orderCount-categorySortKey.getOrderCount()!=0)
{
return (int) (orderCount-categorySortKey.getOrderCount());

Loading…
Cancel
Save