|
@ -185,7 +185,7 @@ public class WlyyDoorServiceOrderService extends BaseJpaService<WlyyDoorServiceO
|
|
|
* 带预约-创建上门服务
|
|
|
*/
|
|
|
@Transactional
|
|
|
public JSONObject proxyCreate(String jsonData, String doctorCode) {
|
|
|
public JSONObject proxyCreate(String jsonData, String doctorCode) throws Exception {
|
|
|
JSONObject result = new JSONObject();
|
|
|
JSONObject jsonObjectParam;
|
|
|
try {
|
|
@ -2684,7 +2684,7 @@ public class WlyyDoorServiceOrderService extends BaseJpaService<WlyyDoorServiceO
|
|
|
|
|
|
|
|
|
@Transactional
|
|
|
public JSONObject proxyUpdate(String jsonData, String doctorCode) {
|
|
|
public JSONObject proxyUpdate(String jsonData, String doctorCode) throws Exception {
|
|
|
JSONObject result = new JSONObject();
|
|
|
JSONObject jsonObjectParam;
|
|
|
try {
|