no message
This commit is contained in:
@ -43,7 +43,7 @@ public class RentRuleItemServiceImpl implements RentRuleItemService {
|
|||||||
if(ruleRes == null){
|
if(ruleRes == null){
|
||||||
response = itemService.createRentItem(rentRuleItem);
|
response = itemService.createRentItem(rentRuleItem);
|
||||||
}else{
|
}else{
|
||||||
response = itemService.modifyItem(rentRuleItem);
|
response = itemService.modifyItem(ruleRes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user