no message
This commit is contained in:
@@ -402,7 +402,7 @@ public class DeviceScreenServiceImpl implements DeviceScreenService {
|
||||
result.add(jo);
|
||||
}*/
|
||||
JSONArray result = new JSONArray();
|
||||
String today = "2022-08-18";
|
||||
String today = DateUtil.today();
|
||||
JSONArray workprocedureArr = WQL.getWO("QDEVICE_SCREEN").addParam("flag", "10").process().getResultJSONArray(0);
|
||||
for (int i = 0; i < workprocedureArr.size(); i++) {
|
||||
JSONObject workprocedurejo = workprocedureArr.getJSONObject(i);
|
||||
|
||||
Reference in New Issue
Block a user