Przeglądaj źródła

课程管理,课件管理

eganwu 1 rok temu
rodzic
commit
8d15720490

+ 1 - 1
src/custom/restcontroller/webmanage/saletool/courseware/coursewaredetail.java

@@ -76,7 +76,7 @@ public class coursewaredetail extends Controller {
 
         UpdateSQL updateSQL = SQLFactory.createUpdateSQL(this, "sat_coursewaredetail");
         updateSQL.setSiteid(siteid);
-        updateSQL.setValue("status", type == 0 ? "上架" : "下架");
+        updateSQL.setValue("status", type == 0 ? "下架" : "上架");
         updateSQL.setValue("sendby", type == 0 ? "null" : username);
         updateSQL.setValue("senddate", type == 0 ? "null" : getDateTime_Str());
         updateSQL.setWhere("sat_coursewaredetailid", sat_coursewaredetailids.toArray());