no message

This commit is contained in:
18188916393
2022-08-19 09:48:15 +08:00
parent 841642aca7
commit f0a046c9ed

View File

@@ -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);