Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -34,7 +34,7 @@ public class CzgControllerAdvice {
|
||||
public CzgResult<Object> errorHandler(Exception ex) {
|
||||
setErrorLog(ex);
|
||||
log.error("", ex);
|
||||
return CzgResult.failure(CzgRespCode.SYSTEM_ERROR);
|
||||
return CzgResult.failure(CzgRespCode.SYSTEM_ERROR.getCode(), ex.getMessage());
|
||||
}
|
||||
|
||||
@ResponseBody
|
||||
|
||||
@@ -66,7 +66,7 @@ public class PrintMachine implements Serializable {
|
||||
/**
|
||||
* 店铺Id
|
||||
*/
|
||||
private String shopId;
|
||||
private Long shopId;
|
||||
|
||||
/**
|
||||
* 分类Id
|
||||
|
||||
Reference in New Issue
Block a user