需求变更
This commit is contained in:
@ -50,7 +50,7 @@ public class XyCheckController extends BaseController {
|
||||
* @return
|
||||
*/
|
||||
@PutMapping("/status")
|
||||
public AjaxResult updateStatus(DataCheckStatus checkStatus) {
|
||||
public AjaxResult updateStatus(@RequestBody DataCheckStatus checkStatus) {
|
||||
Calendar startTime = Calendar.getInstance();
|
||||
startTime.setTime(checkStatus.getBeginDate());
|
||||
startTime.set(Calendar.HOUR_OF_DAY, 0);
|
||||
|
@ -75,6 +75,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
ORDER BY x.id ASC
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
</mapper>
|
Reference in New Issue
Block a user