|
@ -725,7 +725,7 @@ public class MedicineOrderService extends BaseJpaService<Mediicineorder, Mediici
|
|
* @param status
|
|
* @param status
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
|
|
// @Transactional(rollbackFor = Exception.class)
|
|
public JSONObject updateOrderOutStatus(String shipmentLogId, String status, String msg) {
|
|
public JSONObject updateOrderOutStatus(String shipmentLogId, String status, String msg) {
|
|
JSONObject result = new JSONObject();
|
|
JSONObject result = new JSONObject();
|
|
if (shipmentLogId == null || StringUtils.isEmpty(shipmentLogId)) {
|
|
if (shipmentLogId == null || StringUtils.isEmpty(shipmentLogId)) {
|