代码更新
This commit is contained in:
@@ -33,7 +33,7 @@ public class RedissonUtils {
|
|||||||
try {
|
try {
|
||||||
if (isLock){
|
if (isLock){
|
||||||
process.process();
|
process.process();
|
||||||
}{
|
} else {
|
||||||
throw new BadRequestException("当前业务 key:"+key+"正在锁定请稍后再试");
|
throw new BadRequestException("当前业务 key:"+key+"正在锁定请稍后再试");
|
||||||
}
|
}
|
||||||
}finally {
|
}finally {
|
||||||
|
|||||||
@@ -188,7 +188,7 @@
|
|||||||
sch_cacheline_position.positionorder_no as seat_order_num,
|
sch_cacheline_position.positionorder_no as seat_order_num,
|
||||||
sch_cacheline_vehilematerial.workprocedure_code,
|
sch_cacheline_vehilematerial.workprocedure_code,
|
||||||
sch_cacheline_vehilematerial.workprocedure_name,
|
sch_cacheline_vehilematerial.workprocedure_name,
|
||||||
sch_cacheline_vehilematerial.material_uuid,
|
sch_cacheline_vehilematerial.material_id as material_uuid,
|
||||||
sch_cacheline_vehilematerial.material_code,
|
sch_cacheline_vehilematerial.material_code,
|
||||||
sch_cacheline_vehilematerial.material_name,
|
sch_cacheline_vehilematerial.material_name,
|
||||||
sch_cacheline_vehilematerial.material_spec,
|
sch_cacheline_vehilematerial.material_spec,
|
||||||
|
|||||||
Reference in New Issue
Block a user