|
@ -141,7 +141,7 @@ |
|
|
AND m.CATEGORY_CODE =#{firstCategoryCode} |
|
|
AND m.CATEGORY_CODE =#{firstCategoryCode} |
|
|
</if> |
|
|
</if> |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
m.CREATED_TIME DESC |
|
|
m.CREATED_TIME DESC,m.sort desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -163,7 +163,7 @@ |
|
|
AND m.CUSTOMER_ID = #{customerId} |
|
|
AND m.CUSTOMER_ID = #{customerId} |
|
|
AND m.PARENT_CODE = #{parentCode} |
|
|
AND m.PARENT_CODE = #{parentCode} |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
m.CREATED_TIME DESC |
|
|
m.CREATED_TIME DESC,m.sort desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|