需要只要年月日,后端数据库设计
start_date date NOT NULL COMMENT 时间,private Date startDate;
先说下发现问题: 1、列表显示年月日 00:00:00,查询结果用JsonFormat 2、新增/编辑如果不用value-format,传到后台的会晚8小时&…
Okhttp.ets
/*** 网络请求*/
import axios from ohos/axios
import httpConstants from ../net/HttpConstants
import errorCode from ../utils/errorCode
import toast from ../utils/ToastUtils
import router from ../utils/RouterUtils
import SPUtils from ../utils/SPUt…