diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 772941d..8ad8eb3 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -12,12 +12,12 @@
android:allowBackup="true"
android:icon="@mipmap/ncd"
android:label="@string/app_name"
+ android:requestLegacyExternalStorage="true"
android:supportsRtl="false"
android:theme="@style/AppTheme"
- android:requestLegacyExternalStorage="true"
tools:targetApi="31">
GetGoodsSrecipeList(String id)
+ public static ArrayList GetGoodsSrecipeList(String id)
{
String orderby=Desc_Sort_Up+','+Desc_Time_Up;//先按排序 创建时间倒序
String where="isDelete=? and goodsID=?";
String[] args=new String[] { "0",id };
- ArrayList data=new ArrayList<>();
+ ArrayList data=new ArrayList<>();
ArrayList